UNPKG

436 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./alert";
3export { NgbAlert } from './alert';
4export { NgbAlertConfig } from './alert-config';
5export declare class NgbAlertModule {
6 static ɵfac: i0.ɵɵFactoryDeclaration<NgbAlertModule, never>;
7 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbAlertModule, never, [typeof i1.NgbAlert], [typeof i1.NgbAlert]>;
8 static ɵinj: i0.ɵɵInjectorDeclaration<NgbAlertModule>;
9}