alert.module.d.ts 373 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./alert.component";
  3. export declare class NzAlertModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzAlertModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<NzAlertModule, never, [typeof i1.NzAlertComponent], [typeof i1.NzAlertComponent]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<NzAlertModule>;
  7. }