projects/aoc-client/components/aoc-app/aoc-app.component.ts
OnInit
AfterContentInit
encapsulation | ViewEncapsulation.None |
selector | aoc-app |
standalone | true |
imports |
NgTemplateOutlet
NgIf
AsyncPipe
DatePipe
AocUiAppComponent
AocAppHeaderComponent
AocAppMenuComponent
AocAppTabBarComponent
AocAppMainComponent
RouterOutlet
AocUiLoadingIndicatorComponent
AocUiDialogComponent
AocUiToastComponent
AocUiMenuOverlayComponent
|
templateUrl | ./aoc-app.component.html |
Properties |
Inputs |
Accessors |
constructor(angularSplitDefaultOptions: Partial
|
||||||||||||||||||||||||||||||||||||||||||||||||
login to return url
Parameters :
|
extraConditionToShowApp |
Type : boolean
|
Default value : true
|
headerMenu |
Type : AocUiDataMenu
|
mainMenu |
Type : AocUiDataMenu
|
showHeader |
Type : boolean
|
Default value : true
|
showMenu |
Type : boolean
|
Default value : true
|
showTabBar |
Type : boolean
|
Default value : true
|
aocAppHeaderTemplates |
Type : QueryList<AocAppHeaderDirective>
|
Decorators :
@ContentChildren(AocAppHeaderDirective)
|
versionWindow |
Type : TemplateRef<any> | undefined
|
Decorators :
@ViewChild('aocAboutWindow', {read: TemplateRef})
|
headerMenu | ||||||
setheaderMenu(menu: AocUiDataMenu)
|
||||||
Parameters :
Returns :
void
|