UNPKG

ngx-custom-form-error

Version:

This library makes showing errors in angular forms easier.

15 lines (14 loc) 1 kB
import { ModuleWithProviders } from "@angular/core"; import { IErrorConfig } from "./ngx-custom-form-error.model"; import * as i0 from "@angular/core"; import * as i1 from "./component/ngx-custom-form-error.component"; import * as i2 from "./custom-form-label.directive"; import * as i3 from "@angular/common"; export declare class NgxCustomFormErrorModule { private static config; static rootConfig(config: IErrorConfig): ModuleWithProviders<NgxCustomFormErrorModule>; static childConfig(config: IErrorConfig): ModuleWithProviders<NgxCustomFormErrorModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxCustomFormErrorModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxCustomFormErrorModule, [typeof i1.NgxCustomFormErrorComponent, typeof i2.CustomFormControlLabelDirective], [typeof i3.CommonModule], [typeof i1.NgxCustomFormErrorComponent, typeof i2.CustomFormControlLabelDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxCustomFormErrorModule>; }