Circular Progress indicator displays the length of a process or express an unspecified wait time.
| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| Class | String | Specifies one or more classnames for an DOM element. |
| Closed | Boolean | If true, Puts the component in the closed state. |
| FourColored | Boolean | IF true, Applies four animated stroke-colors to the indeterminate indicator. Applicable to the indeterminate variant only and overrides any single color currently set. |
| Id | String | |
| Indeterminate | Boolean | Toggles the component between the determinate and indeterminate state. |
| Progress | Double | Sets the progress bar to this value. Value should be between [0, 1]. |
| RefBack | ForwardRef | |
| Size | MatProgressCircleSize | Sets the size of the circular progress bar. |
| Style | String | Specifies an inline style for an DOM element. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |