UNPKG

528 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./alert.component";
4import * as i2 from "@angular/common";
5export declare class AlertModule {
6 static forRoot(): ModuleWithProviders<AlertModule>;
7 static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
8 static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent], [typeof i2.CommonModule], [typeof i1.AlertComponent]>;
9 static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
10}