mat progress bar just dots

Solutions on MaxInterview for mat progress bar just dots by the best coders in the world

showing results for - "mat progress bar just dots"
Alayna
05 Sep 2016
1// Go to styles.css file and add the angular material's theme/your theme's styling file.
2
3@include angular-material-theme($app-theme);
4// or
5@include mat-progress-bar-theme($app-theme);
6