/home/workflows/workspace/libs/design-system/indicators/error-indicator/src/lib/error-indicator.component.ts
Error Indicator component
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-error-indicator |
| imports |
HraCommonModule
MatIconModule
TextHyperlinkDirective
|
| templateUrl | ./error-indicator.component.html |
| styleUrl | ./error-indicator.component.scss |
Inputs |
| actionLink | |
Type : string
|
|
|
Call to action link |
|
| actionLinkLabel | |
Type : string
|
|
|
Call to action link label |
|
| errors | |
Type : string[]
|
|
|
List of errors to be shown in the indicator |
|