ngx-iso-form
Version:
Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.
34 lines (33 loc) • 2.69 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-iso-form.component";
import * as i2 from "./components/iso-control/iso-control.component";
import * as i3 from "./shared/components/dynamic/ngx-dynamic.component";
import * as i4 from "./components/controls/iso-base-control.component";
import * as i5 from "./components/controls/iso-mat-input.component";
import * as i6 from "./components/controls/iso-mat-textarea.component";
import * as i7 from "./components/controls/iso-mat-date.component";
import * as i8 from "./components/controls/iso-mat-datetime.component";
import * as i9 from "./components/controls/iso-mat-select.component";
import * as i10 from "./components/controls/iso-mat-checkbox.component";
import * as i11 from "./components/controls/iso-mat-currency.component";
import * as i12 from "./shared/directives/component-content.directive";
import * as i13 from "./shared/pipe/translate.pipe";
import * as i14 from "./shared/pipe/error.pipe";
import * as i15 from "./shared/pipe/general.pipe";
import * as i16 from "@angular/platform-browser";
import * as i17 from "@angular/platform-browser/animations";
import * as i18 from "@ngx-translate/core";
import * as i19 from "@angular/forms";
import * as i20 from "@angular/material/expansion";
import * as i21 from "@angular/material/form-field";
import * as i22 from "@angular/material/input";
import * as i23 from "@angular/material/core";
import * as i24 from "@angular/material/datepicker";
import * as i25 from "@angular/material/button";
import * as i26 from "@angular/material/select";
import * as i27 from "@angular/material/icon";
export declare class NgxIsoFormModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxIsoFormModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxIsoFormModule, [typeof i1.NgxIsoFormComponent, typeof i2.NgxIsoControlComponent, typeof i3.NgxDynamicComponent, typeof i4.IsoBaseControlComponent, typeof i5.IsoMatInput, typeof i6.IsoMatTextarea, typeof i7.IsoMatDate, typeof i8.IsoMatDateTime, typeof i9.IsoMatSelect, typeof i10.IsoMatCheckbox, typeof i11.IsoMatCurrency, typeof i12.ComponentDirective, typeof i13.IsoTranslatePipe, typeof i14.IsoErrorPipe, typeof i15.IsoGeneralPipe], [typeof i16.BrowserModule, typeof i17.BrowserAnimationsModule, typeof i18.TranslateModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.MatExpansionModule, typeof i21.MatFormFieldModule, typeof i22.MatInputModule, typeof i23.MatNativeDateModule, typeof i24.MatDatepickerModule, typeof i25.MatButtonModule, typeof i26.MatSelectModule, typeof i27.MatIconModule], [typeof i1.NgxIsoFormComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxIsoFormModule>;
}