@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
28 lines • 1.82 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/forms";
import * as i2 from "../common/common.module";
import * as i3 from "../header/header.module";
import * as i4 from "@angular/router";
import * as i5 from "../tabs/tabs.module";
import * as i6 from "../action-bar/action-bar.module";
import * as i7 from "../alert/alert.module";
import * as i8 from "../navigator/navigator.module";
import * as i9 from "ngx-bootstrap/tooltip";
import * as i10 from "../modal/modal.module";
import * as i11 from "../setup/setup.module";
import * as i12 from "../drawer/drawer.module";
import * as i13 from "./bootstrap.component";
import * as i14 from "./cookie-banner/cookie-banner.component";
import * as i15 from "./cookie-banner/cookie-banner-preferences-modal/cookie-banner-preferences-modal.component";
import * as i16 from "./message-banner/message-banner.component";
/**
* The module which allows to bootstrap a custom application.
* Use it as `bootstrap: []` component in your main app module
* or as `<c8y-bootstrap>` in your main app.
*/
export declare class BootstrapModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BootstrapModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BootstrapModule, never, [typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.HeaderModule, typeof i4.RouterModule, typeof i5.TabsModule, typeof i6.ActionBarModule, typeof i7.AlertModule, typeof i8.NavigatorModule, typeof i9.TooltipModule, typeof i10.ModalModule, typeof i11.SetupModule, typeof i12.DrawerModule, typeof i13.BootstrapComponent, typeof i14.CookieBannerComponent, typeof i15.CookieBannerPreferencesModalComponent, typeof i16.MessageBannerComponent], [typeof i13.BootstrapComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BootstrapModule>;
}
//# sourceMappingURL=bootstrap.module.d.ts.map