@coreui/angular
Version:
CoreUI for Angular UI components library
15 lines (14 loc) • 1.09 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./toast/toast.component";
import * as i2 from "./toast-header/toast-header.component";
import * as i3 from "./toast-body/toast-body.component";
import * as i4 from "./toaster/toaster.component";
import * as i5 from "./toaster/toaster-host.directive";
import * as i6 from "./toast-close.directive";
import * as i7 from "@angular/common";
import * as i8 from "../button/button.module";
export declare class ToastModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, [typeof i1.ToastComponent, typeof i2.ToastHeaderComponent, typeof i3.ToastBodyComponent, typeof i4.ToasterComponent, typeof i5.ToasterHostDirective, typeof i6.ToastCloseDirective], [typeof i7.CommonModule, typeof i8.ButtonModule], [typeof i1.ToastComponent, typeof i2.ToastHeaderComponent, typeof i3.ToastBodyComponent, typeof i4.ToasterComponent, typeof i5.ToasterHostDirective, typeof i6.ToastCloseDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
}