how to set text inside md-progress-spinner in Angular-4
In Angular-4 I am setting progress spinner like that <md-progress-spinner [color]="color" [mode]="mode" [value]="value" aria-label="Rating">Rating</md-progress-spinner> and the values in ts: color = 'warn'; mode = 'determinate'; value = 50; showText='Rating'; But I want to set some text inside the progress bar, I try to use angular-2 method but its not working in Angular-4 can anybody please tell me how its done in Angular-4 Angular-2 approach is to set [showText]='showText' This feature in not available in Material. You need to create it manually. You can place the <mat-progress-spinner>