workflow-card/src/lib/workflow-card.component.ts
Component that appears when users are completing a workflow process
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-workflow-card |
| imports |
MatProgressBarModule
StepIndicatorComponent
|
| templateUrl | ./workflow-card.component.html |
| styleUrl | ./workflow-card.component.scss |
Inputs |
| progress | |
Type : number | undefined
|
|
Default value : undefined
|
|
|
Load progress |
|
| step | |
Default value : undefined, { transform: numberAttribute }
|
|
|
Step indicator value |
|
| tagline | |
Type : string
|
|
| Required : true | |
|
Card title |
|