Border around mat-icon
(Solution): Forgot to import MatButtonModule .... thanks to @tight bolt
I have created a new angular application.
Commands that I have used so far.
- ng new WeatherApp (accepted to add routing, choosed SCSS)
- ng add @angular/material (accepted to add animation, choose deeppurple-amber as the theme)
- Followed the steps to 'Display a component' in https://material.angular.io/guide/getting-started (working fine) ..... theme colors are also working.
- Tried adding 'input' component https://material.angular.io/components/input/examples