import { MtxProgressModule } from '@ng-matero/extensions/progress';
MtxProgress
Selector: [mtx-progress]
[mtx-progress]
Exported as: mtxProgress
mtxProgress
Properties
Name
Description
@Input() type: 'default' \| 'info' \| 'success' \| 'warning' \| 'danger'
type: 'default' \| 'info' \| 'success' \| 'warning' \| 'danger'
The progress types. Defaulted to 'info'.
'info'
@Input() value: number
value: number
The progress value. Defaulted to 0.
0
@Input() height: number
height: number
The progress height.
@Input() color: string
color: string
The progress text color.
@Input() foreground: string
foreground: string
The progress bar color.
@Input() background: string
background: string
The progress track color.
@Input() striped: boolean
striped: boolean
Whether applies striped class.
@Input() animate: boolean
animate: boolean
Whether applies animated class.
Last updated 4 years ago