ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

feat: ability to add custom header component as input #303

Closed CnxYankoNikolov closed 3 weeks ago

CnxYankoNikolov commented 3 weeks ago

This adds the ability to add a custom component as an input on the datetimepicker and calendar. It follows the implementation from angular material. I did not separate the current header part in its own component. Please tell me if you want me to do that.

implements https://github.com/ng-matero/extensions/issues/302