loader material angular code example
Example 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);
Example 2: angular material spinner with logo
$ npm install ngx-spinner --save