PiyingView
Defined in: projects/view-angular/lib/view.component.ts:43
Implements
Section titled “Implements”OnChanges
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PiyingView():
PiyingView
Returns
Section titled “Returns”PiyingView
Properties
Section titled “Properties”fieldTemplate
Section titled “fieldTemplate”
readonlyfieldTemplate:Signal<unknown>
Defined in: projects/view-angular/lib/view.component.ts:45
form$$
Section titled “form$$”form$$:
Signal<FieldControl<any> |FieldArray<any,any> |FieldGroup<any,any> |undefined>
Defined in: projects/view-angular/lib/view.component.ts:56
injector3$$
Section titled “injector3$$”injector3$$:
Signal<DestroyableInjector>
Defined in: projects/view-angular/lib/view.component.ts:81
model:
InputSignal<any>
Defined in: projects/view-angular/lib/view.component.ts:48
modelChange
Section titled “modelChange”modelChange:
OutputEmitterRef<any>
Defined in: projects/view-angular/lib/view.component.ts:49
options
Section titled “options”options:
InputSignal<Omit<SetOptional<NgConvertOptions,"handle"|"builder">,"fieldGlobalConfig"> &object|undefined>
Defined in: projects/view-angular/lib/view.component.ts:50
resolvedField$
Section titled “resolvedField$”resolvedField$:
WritableSignal<PiResolvedViewFieldConfig|undefined>
Defined in: projects/view-angular/lib/view.component.ts:79
schema
Section titled “schema”schema:
InputSignal<BaseSchema<any,any,any>>
Defined in: projects/view-angular/lib/view.component.ts:47
selectorless
Section titled “selectorless”
readonlyselectorless:InputSignal<boolean>
Defined in: projects/view-angular/lib/view.component.ts:46
templateRef
Section titled “templateRef”
readonlytemplateRef:Signal<unknown>
Defined in: projects/view-angular/lib/view.component.ts:44
Methods
Section titled “Methods”ngOnChanges()
Section titled “ngOnChanges()”ngOnChanges(
changes):void
Defined in: projects/view-angular/lib/view.component.ts:64
A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
Parameters
Section titled “Parameters”changes
Section titled “changes”The changed properties.
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”OnChanges.ngOnChanges
ngOnDestroy()
Section titled “ngOnDestroy()”ngOnDestroy():
void
Defined in: projects/view-angular/lib/view.component.ts:138
Returns
Section titled “Returns”void