projects/aoc-client/components/aoc-master-detail/aoc-master-detail.component.ts
OnInit
AfterContentInit
| encapsulation | ViewEncapsulation.None |
| selector | aoc-master-detail |
| standalone | true |
| imports |
AngularSplitModule
AocUiPanelComponent
AocUiPanelHeaderComponent
AocUiTabPanelComponent
AocUiTabPanelContentComponent
NgForOf
NgTemplateOutlet
NgIf
|
| templateUrl | ./aoc-master-detail.component.html |
Properties |
Inputs |
Outputs |
constructor(aocUiPlatformService: AocUiPlatformService)
|
||||||
|
Parameters :
|
| detailWidthPercent |
Type : number | null
|
Default value : 30
|
| direction |
Type : ISplitDirection
|
Default value : 'horizontal'
|
| masterModelConfig |
Type : AocModelConfig<T>
|
| masterModelEmitter |
Type : AocModelEmitter<any>
|
| modelChange |
Type : EventEmitter
|
| detailDirectives |
Type : QueryList<AocDetailDirective>
|
Decorators :
@ContentChildren(AocDetailDirective)
|
| masterDirective |
Type : AocMasterDirective
|
Decorators :
@ContentChild(AocMasterDirective)
|