/home/workflows/workspace/libs/design-system/indicators/software-status-indicator/src/lib/software-status-indicator.component.ts
Indicator to display software status in nav header
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-software-status-indicator |
| imports |
CommonModule
PlainTooltipDirective
SoftwareStatusSizeDirective
|
| templateUrl | ./software-status-indicator.component.html |
| styleUrl | ./software-status-indicator.component.scss |
Properties |
|
Inputs |
| size | |
Type : SoftwareStatusSize
|
|
Default value : 'medium'
|
|
|
Size of indicator |
|
| status | |
Type : SoftwareStatus
|
|
| Required : true | |
|
Current status of app |
|
| Readonly tooltips |
Type : Record<SoftwareStatus | string>
|
Default value : {
Preview: 'Earliest development stage: Core features are under construction and evolving.',
Alpha: 'Early testing stage: Features may change. Expect bugs and incomplete functionality.',
Beta: 'Near-final stage: Most features are ready, fewer bugs, and more feedback is needed.',
}
|
|
Tooltips corresponding to software status |