buttons/app-nav-button/src/lib/app-nav-button.component.ts
Apps Card Component
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-app-nav-button |
| imports |
HraCommonModule
MatRippleModule
|
| templateUrl | ./app-nav-button.component.html |
| styleUrl | ./app-nav-button.component.scss |
Inputs |
| description | |
Type : string
|
|
| Required : true | |
|
Description of the card |
|
| icon | |
Type : string
|
|
| Required : true | |
|
URL for the icon |
|
| link | |
Type : string
|
|
| Required : true | |
|
Link of the card |
|
| tagline | |
Type : string
|
|
| Required : true | |
|
Title of the card |
|