menu/src/menu-title/menu-title.component.ts
MenuTitle is used to organize menu content.
It requires a label to display the title.
Example :<talenra-menu-title label="Menu" />import { MenuTitleComponent } from '@talenra/components/menu';| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | talenra-menu-title |
| templateUrl | ./menu-title.component.html |
| styleUrl | ./menu-title.component.scss |
Inputs |
| label |
Type : string
|
| Required : true |
|
The label to display for the title. |