angular 9 seekbar code example
Example: 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);