Progress spinner
import { KbqProgressSpinnerModule } from '@koobiq/components/progress-spinner';

Selector: [kbq-progress-spinner-text]

Selector: [kbq-progress-spinner-caption]

Selector: kbq-progress-spinner

Properties
Name Description
@Input()
id: InputSignal
@Input()
mode: InputSignal
@Input()
size: string
@Input()
value: InputSignal
color: string
colorClassName: string current class name of color
dashOffsetPercent: string
percentage: number
svgCircleRadius: string
Methods
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
type ProgressSpinnerMode = 'determinate' | 'indeterminate';
type ProgressSpinnerSize = 'compact' | 'big';
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.