Which module does the looks of the button (red mark selection )belong to in order to get the good looks?
Thank you!
You need to import MatButtonModule see API reference for Angular Material button
MatButtonModule
Then in your template:
<button mat-button color="primary">Primary</button>
2.1m questions
2.1m answers
60 comments
57.0k users