UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

16 lines 1.07 kB
import { ModuleWithProviders } from '@angular/core'; import { TenantsModuleConfig } from './tenants.model'; import * as i0 from "@angular/core"; import * as i1 from "./tenant-list/tenant-list.component"; import * as i2 from "./tenant-list/creation-time.filtering-form-renderer.component"; import * as i3 from "./tenant-list/status.filtering-form-renderer.component"; import * as i4 from "@angular/router"; import * as i5 from "ngx-bootstrap/datepicker"; import * as i6 from "@c8y/ngx-components"; export declare class TenantsModule { static config(config?: TenantsModuleConfig): ModuleWithProviders<TenantsModule>; static ɵfac: i0.ɵɵFactoryDeclaration<TenantsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<TenantsModule, [typeof i1.TenantListComponent, typeof i2.CreationTimeFilteringFormRendererComponent, typeof i3.StatusFilteringFormRendererComponent], [typeof i4.RouterModule, typeof i5.BsDatepickerModule, typeof i6.CoreModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<TenantsModule>; } //# sourceMappingURL=tenants.module.d.ts.map