import {MatProgressSpinnerModule} from '@angular/material/progress-spinner';
MatProgressSpinner
<mat-progress-spinner>
component.
Selector: mat-progress-spinner
Exported as: matProgressSpinnerName | Description |
---|---|
@Input()
| Theme color palette for the component. |
@Input()
| The diameter of the progress spinner (will set width and height of svg). |
@Input()
| Mode of the progress circle |
@Input()
| Stroke width of the progress spinner. |
@Input()
| Value of the progress circle. |
MatSpinner
extends MatProgressSpinner<mat-spinner>
component.
This is a component definition to be used as a convenience reference to create an indeterminate <mat-progress-spinner>
instance.
Selector: mat-spinner
Name | Description |
---|---|
@Input()
| Theme color palette for the component. |
@Input()
| The diameter of the progress spinner (will set width and height of svg). |
@Input()
| Mode of the progress circle |
@Input()
| Stroke width of the progress spinner. |
@Input()
| Value of the progress circle. |
MatProgressSpinnerDefaultOptions
Default mat-progress-spinner
options that can be overridden.
Name | Description |
---|---|
| Whether the animations should be force to be enabled, ignoring if the current environment is using NoopAnimationsModule. |
| Diameter of the spinner. |
| Width of the spinner's stroke. |
ProgressSpinnerMode
Possible mode for a progress spinner.
Type: 'determinate' | 'indeterminate'