Monthly Archives: May 2018

How to modify third-party element in Angular

Often we have to use libraries that make development easier. For example Angular Material. But currently it does not support extending/overriding of modules. Say you want to insert some html inside tabs component, between header and body. I would like to share my way of solving the issue. If you have any other ideas on […]