qwc/projects/qwc/src/lib/components/qwc-progress-radial/qwc-progress-radial.component.ts
Qwc progress radial component
| selector | qwc-progress-radial |
| templateUrl | ./qwc-progress-radial.component.html |
Properties |
Methods |
Inputs |
| progressCount |
Default value : 10
|
| ngAfterViewInit |
ngAfterViewInit()
|
|
Component lifecycle hook
Returns :
void
void |
| ngOnChanges |
ngOnChanges()
|
|
Component lifecycle hook
Returns :
void
void |
| elCircleFillFix |
Type : ElementRef
|
Decorators :
@ViewChild('circleFillFix')
|
| elCircleFullFill |
Type : ElementRef
|
Decorators :
@ViewChild('circleFullFill')
|
| elCircleHalfFill |
Type : ElementRef
|
Decorators :
@ViewChild('circleHalfFill')
|
| elCircleMaskFull |
Type : ElementRef
|
Decorators :
@ViewChild('circleMaskFull')
|
| isCompleted |
Default value : false
|