PiyingCreateComponentBase
Defined in: projects/view-angular/lib/component/base.component.ts:123
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PiyingCreateComponentBase():
PiyingCreateComponentBase
Returns
Section titled “Returns”PiyingCreateComponentBase
Properties
Section titled “Properties”componentRef?
Section titled “componentRef?”
optionalcomponentRef?:ComponentRef<any>
Defined in: projects/view-angular/lib/component/base.component.ts:136
destroyComponentFn?
Section titled “destroyComponentFn?”
optionaldestroyComponentFn?: () =>void
Defined in: projects/view-angular/lib/component/base.component.ts:132
Returns
Section titled “Returns”void
fieldComponentInstance?
Section titled “fieldComponentInstance?”
optionalfieldComponentInstance?:any
Defined in: projects/view-angular/lib/component/base.component.ts:133
fieldDirectiveRefList?
Section titled “fieldDirectiveRefList?”
optionalfieldDirectiveRefList?:any[]
Defined in: projects/view-angular/lib/component/base.component.ts:135
fieldElementRef?
Section titled “fieldElementRef?”
optionalfieldElementRef?:ElementRef<HTMLElement>
Defined in: projects/view-angular/lib/component/base.component.ts:134
Methods
Section titled “Methods”createComponent()
Section titled “createComponent()”createComponent(
list,viewContainerRef):void
Defined in: projects/view-angular/lib/component/base.component.ts:181
Parameters
Section titled “Parameters”DynamicComponentConfig[]
viewContainerRef
Section titled “viewContainerRef”ViewContainerRef
Returns
Section titled “Returns”void
update()
Section titled “update()”update(
list):void
Defined in: projects/view-angular/lib/component/base.component.ts:310
Parameters
Section titled “Parameters”DynamicComponentConfig[]
Returns
Section titled “Returns”void