projects/aoc-client/components/aoc-app/aoc-app-menu/aoc-app-menu.component.ts
encapsulation | ViewEncapsulation.None |
selector | aoc-app-menu |
standalone | true |
imports |
NgIf
NgTemplateOutlet
AocUiMenuBarComponent
AocUiSidebarComponent
AocUiButtonDirective
AocUiAccordionMenuComponent
AsyncPipe
|
templateUrl | ./aoc-app-menu.component.html |
Inputs |
constructor(aocUiPlatformService: AocUiPlatformService, aocTabService: AocTabService)
|
|||||||||
Parameters :
|
aocAppHeaderLeft |
Type : TemplateRef<any> | null
|
Default value : null
|
aocAppHeaderRight |
Type : TemplateRef<any> | null
|
Default value : null
|
mainMenu |
Type : AocUiDataMenu
|
mobileSideUserMenu |
Type : AocUiDataMenu
|
showHeader |
Type : boolean
|
userMenu |
Type : AocUiDataMenu
|