Open dneuland opened 2 years ago
For the timepicker I would like to change the increase and decrease buttons content, like to use a text, image or a different icon, for example a FontAwesome icon.
I think it is possible to implement one of this solutions:
<ngx-mat-datetime-picker...> <ng-template #timepicker>...</ng-template> </ngx-mat-datetime-picker>
<ngx-mat-datetime-picker... [timePickerComponentTemplate]="..."> </ngx-mat-datetime-picker>
I would like to contribute to developing a solution. How could I proceed with the implementation?
Is any solution?
For the timepicker I would like to change the increase and decrease buttons content, like to use a text, image or a different icon, for example a FontAwesome icon.
I think it is possible to implement one of this solutions:
<ngx-mat-datetime-picker...> <ng-template #timepicker>...</ng-template> </ngx-mat-datetime-picker>
<ngx-mat-datetime-picker... [timePickerComponentTemplate]="..."> </ngx-mat-datetime-picker>
I would like to contribute to developing a solution. How could I proceed with the implementation?