app-layout/src/header-drawer/header-drawer.component.ts
Provides a wrapper for header-drawer content.
import { HeaderDrawerComponent } from '@talenra/components/app-layout';
AfterViewInit
AfterContentChecked
OnInit
| host | { |
| selector | talenra-header-drawer |
| styleUrls | ./header-drawer.component.scss |
| templateUrl | ./header-drawer.component.html |
Inputs |
| id |
Type : string
|
Default value : ''
|
|
|
| identifier |
Type : string
|
Default value : ''
|
|
Unique identifier of the drawer Example : |
| layoutType |
Type : AppHeaderDrawerLayoutType | undefined
|
Default value : undefined
|
|
Layout to be applied Example : |
| trackingRef |
Type : string
|
Default value : ''
|
|
Tracking reference is used to determinate whether the drawer needs re-initialization. If you use the HeaderDrawer with static content only, you might not need this. If you use the HeaderDrawer with dynamic content (e.g. inject async data or content changes based on
route updates or user interactions), you need to provide an updated value for |