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.

13 lines (12 loc) 597 B
import { AfterViewInit } from '@angular/core'; import { DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component'; import * as i0 from "@angular/core"; export declare class DStringComponent extends DynamicComponentBase implements AfterViewInit { input: any; static KEY: string; constructor(); ngAfterViewInit(): void; configChange(config: IDynamicComponentConfig): void; static ɵfac: i0.ɵɵFactoryDeclaration<DStringComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DStringComponent, "app-d-string", never, {}, {}, never, never>; }