Answers for "material status progress"

CSS
1

mat-progress-bar just dots

// Go to styles.css file and add the angular material's theme/your theme's styling file.

@include angular-material-theme($app-theme);
// or
@include mat-progress-bar-theme($app-theme);
Posted by: Guest on November-27-2020

Code answers related to "material status progress"

Browse Popular Code Answers by Language