buttons/help-button/src/lib/help-button.component.ts
Help button component that renders either a link or menu trigger
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | hra-help-button |
| imports |
MatIconModule
PlainTooltipDirective
MatMenuModule
MatButtonModule
|
| templateUrl | ./help-button.component.html |
| styleUrl | ./help-button.component.scss |
Inputs |
| action | |
Type : string | MatMenuPanel
|
|
| Required : true | |
|
Action for the button - URL string for link or MatMenuPanel for menu |
|