ng-matero / extensions

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

Localization and Automatic Message Support Like Mat-Error #228

Closed kharazian closed 11 months ago

kharazian commented 11 months ago

Hello,

I have a question regarding the localization support in your component. Is there an equivalent component like mat-error in your library that automatically handles localization and displays error messages, similar to the localization in header and pagination feature in mtx-grid component?

thanks

nzbin commented 11 months ago

I'm sorry, it only supports using toolbarTemplate or paginationTemplate to customize. https://github.com/ng-matero/extensions/blob/63ae586d759d2c6014421d444dc64de34a01007e/projects/dev-app/src/app/grid/grid-demo.component.html#L122-L124

kharazian commented 11 months ago

Thank you for your response. I appreciate the clarification. I'll explore using the available options to customize the mat-error component according to my needs. Your assistance is greatly appreciated!