Relative Content

Tag Archive for angularinheritanceangular-materialcomponents

Overriding implementation of a library Component

The problem (Angular 14) I want to override a function from a library Component (Angular Material) without re-implementing the whole component. The idea My thinking is inspired by one of the examples from MatPaginator documentation. They override the default implementation of the getRangeLabel function from MatPaginatorIntl and then they provide the new implementation in the […]