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.

12 lines (11 loc) 641 B
import { Injector } from '@angular/core'; import { IDynamicComponentConfig, RenderComponentBase, ValidationRuleType } from '../../../dynamic-component'; import * as i0 from "@angular/core"; export declare class RConNumberIntegerComponent extends RenderComponentBase { static KEY: string; ruleType: typeof ValidationRuleType; constructor(injector: Injector); configChange(config: IDynamicComponentConfig): void; static ɵfac: i0.ɵɵFactoryDeclaration<RConNumberIntegerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RConNumberIntegerComponent, "app-r-con-number-integer", never, {}, {}, never, never>; }