跳转到内容

PiyingView

Defined in: projects/view-angular/lib/view.component.ts:43

  • OnChanges

new PiyingView(): PiyingView

PiyingView

readonly fieldTemplate: Signal<unknown>

Defined in: projects/view-angular/lib/view.component.ts:45


form$$: Signal<FieldControl<any> | FieldArray<any, any> | FieldGroup<any, any> | undefined>

Defined in: projects/view-angular/lib/view.component.ts:56


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: OutputEmitterRef<any>

Defined in: projects/view-angular/lib/view.component.ts:49


options: InputSignal<Omit<SetOptional<NgConvertOptions, "handle" | "builder">, "fieldGlobalConfig"> & object | undefined>

Defined in: projects/view-angular/lib/view.component.ts:50


resolvedField$: WritableSignal<PiResolvedViewFieldConfig | undefined>

Defined in: projects/view-angular/lib/view.component.ts:79


schema: InputSignal<BaseSchema<any, any, any>>

Defined in: projects/view-angular/lib/view.component.ts:47


readonly selectorless: InputSignal<boolean>

Defined in: projects/view-angular/lib/view.component.ts:46


readonly templateRef: Signal<unknown>

Defined in: projects/view-angular/lib/view.component.ts:44

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.

The changed properties.

void

OnChanges.ngOnChanges


ngOnDestroy(): void

Defined in: projects/view-angular/lib/view.component.ts:138

void