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. |
@Output()
|
Event emitted when animation of the primary progress bar completes. This event will not be emitted when animations are disabled, nor will it be emitted for modes with continuous animations (indeterminate and query). |
|
ID of the progress bar. |
ProgressAnimationEnd
Last animation end data.
Name | Description |
---|---|
|