bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
21 lines (20 loc) • 1.98 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./hql/hql.component";
import * as i2 from "./upload/upload.component";
import * as i3 from "./exception/exception-list.component";
import * as i4 from "./exception/exception-list-tableview.component";
import * as i5 from "./exception/exception-list-filter.component";
import * as i6 from "./log/log-list.component";
import * as i7 from "./log/log-list-nofiltro.component";
import * as i8 from "./log/log-list-nada.component";
import * as i9 from "./log/log-list-filter.component";
import * as i10 from "./log/log-list-tableview.component";
import * as i11 from "./config/config-list.component";
import * as i12 from "./config/config-list-tableview.component";
import * as i13 from "./config/config-form.component";
import * as i14 from "../shared/shared.module";
export declare class DeveloperLibraryModule {
static ɵfac: i0.ɵɵFactoryDef<DeveloperLibraryModule, never>;
static ɵmod: i0.ɵɵNgModuleDefWithMeta<DeveloperLibraryModule, [typeof i1.HQLComponent, typeof i2.UploadComponent, typeof i3.ExceptionListComponent, typeof i4.ExceptionListTableViewComponent, typeof i5.ExceptionListFilterComponent, typeof i6.LogListComponent, typeof i7.LogListNoFiltroComponent, typeof i8.LogListNadaComponent, typeof i9.LogListFilterComponent, typeof i10.LogListTableViewComponent, typeof i11.ConfigListComponent, typeof i12.ConfigListTableViewComponent, typeof i13.ConfigFormComponent], [typeof i14.SharedModule], [typeof i1.HQLComponent, typeof i2.UploadComponent, typeof i3.ExceptionListComponent, typeof i4.ExceptionListTableViewComponent, typeof i5.ExceptionListFilterComponent, typeof i6.LogListComponent, typeof i7.LogListNoFiltroComponent, typeof i8.LogListNadaComponent, typeof i9.LogListFilterComponent, typeof i10.LogListTableViewComponent, typeof i11.ConfigListComponent, typeof i12.ConfigListTableViewComponent, typeof i13.ConfigFormComponent]>;
static ɵinj: i0.ɵɵInjectorDef<DeveloperLibraryModule>;
}