UNPKG

@yoyoboot/l-52abp-ng-form-generator

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.

14 lines (13 loc) 702 B
import { AfterViewInit, Injector, OnDestroy } from '@angular/core'; import { RWidgetFormService } from '../form-render/r-widget-form/r-widget-form.service'; import { DynamicComponentBase } from './dynamic-component-base'; import * as i0 from "@angular/core"; export declare abstract class RenderComponentBase extends DynamicComponentBase implements AfterViewInit, OnDestroy { ngModel: any; _rWidgetFormService: RWidgetFormService; constructor(injector: Injector); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<RenderComponentBase, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<RenderComponentBase, never, never, {}, {}, never>; }