import { KbqProgressSpinnerModule } from '@koobiq/components/progress-spinner';Selector: [kbq-progress-spinner-text]
Selector: [kbq-progress-spinner-caption]
Selector: kbq-progress-spinner
| Name | Description |
|---|---|
@Input() id: string
|
|
@Input() mode: ProgressSpinnerMode
|
|
@Input() size: string
|
|
@Input() value: number
|
|
| color: string | |
| colorClassName: string | current class name of color |
| dashOffsetPercent: string | |
| percentage: number | |
| svgCircleRadius: string |
type ProgressSpinnerMode = 'determinate' | 'indeterminate';
type ProgressSpinnerSize = 'compact' | 'big';