ngx-i18n-input
Version:
Angular library for internationalized input fields
14 lines (13 loc) • 1.06 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgxI18nInputConfig } from './types';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-i18n-input.component";
import * as i2 from "./ngx-i18n-input-single-lang-input/ngx-i18n-input-single-lang-input.component";
import * as i3 from "@angular/common";
import * as i4 from "@angular/forms";
export declare class NgxI18nInputModule {
static forRoot(configs: Partial<NgxI18nInputConfig>): ModuleWithProviders<NgxI18nInputModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxI18nInputModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxI18nInputModule, [typeof i1.NgxI18nInputComponent, typeof i2.NgxI18nInputSingleLangInputComponent], [typeof i3.NgTemplateOutlet, typeof i3.NgIf, typeof i4.ReactiveFormsModule, typeof i3.NgForOf, typeof i3.AsyncPipe, typeof i3.NgSwitch, typeof i3.NgSwitchDefault, typeof i3.NgSwitchCase, typeof i3.NgClass, typeof i3.JsonPipe], [typeof i1.NgxI18nInputComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxI18nInputModule>;
}