projects/aoc-client/ui/form/aoc-ui-form/aoc-ui-form-page/aoc-ui-form-page.component.ts
OnDestroy
AfterViewInit
encapsulation | ViewEncapsulation.None |
selector | aoc-ui-form-page |
standalone | true |
template |
|
Properties |
constructor(aocMisc: AocMisc, aocUiTabPanelContentComponent: AocUiTabPanelContentComponent, controlContainer: ControlContainer)
|
||||||||||||
Parameters :
|
fields |
Type : QueryList<AocUiFormFieldDirective>
|
Decorators :
@ContentChildren(AocUiFormFieldDirective, {descendants: true})
|