content-templates/ui-section/src/lib/ui-section.component.ts
UI Section component for displaying app information and status
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-ui-section |
| imports |
AppLabelComponent
AssetUrlPipe
ButtonsModule
IconsModule
HraCommonModule
RouterModule
|
| templateUrl | ./ui-section.component.html |
| styleUrl | ./ui-section.component.scss |
Inputs |
Outputs |
| appStatus | |
Type : SoftwareStatus
|
|
|
App software status |
|
| appUrl | |
Type : string
|
|
|
App URL |
|
| description | |
Type : string
|
|
| Required : true | |
|
Product description |
|
| documentationUrl | |
Type : string
|
|
|
Documentation URL |
|
| imagePath | |
Type : string
|
|
| Required : true | |
|
Product image path |
|
| logo | |
Type : string
|
|
| Required : true | |
|
Product logo |
|
| tagline | |
Type : string
|
|
| Required : true | |
|
Product title |
|
| openAppUrl | |
|
Open the app url |
|
| openDocumentationLink | |
|
Open the documentation link |
|