import {MatProgressBarModule} from '@angular/material/progress-bar';
MatProgressBar
<mat-progress-bar>
component.
Selector: mat-progress-bar
Exported as: matProgressBarName | Description |
---|---|
@Input()
| Buffer value of the progress bar. Defaults to zero. |
@Input()
| Theme color palette for the component. |
@Input()
| Mode of the progress bar. Input must be one of these values: determinate, indeterminate, buffer, query, defaults to 'determinate'. Mirrored to mode attribute. |
@Input()
| Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. |
| ID of the progress bar. |