notification.module.d.ts 600 B

1234567891011
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./notification.component";
  3. import * as i2 from "./notification-container.component";
  4. /**
  5. * @deprecated This module is no longer needed, will be removed in v20, please remove its import.
  6. */
  7. export declare class NzNotificationModule {
  8. static ɵfac: i0.ɵɵFactoryDeclaration<NzNotificationModule, never>;
  9. static ɵmod: i0.ɵɵNgModuleDeclaration<NzNotificationModule, never, [typeof i1.NzNotificationComponent, typeof i2.NzNotificationContainerComponent], never>;
  10. static ɵinj: i0.ɵɵInjectorDeclaration<NzNotificationModule>;
  11. }