DEV Community

Discussion on: How should I make own mat-button Attribute in angular material ?

Collapse
 
abdunnahid profile image
Abdun Nahid

You should not create your own mat-button when using Angular Material. What you can do is create your button or customize the mat-button with your own custom attribute/directive.