drawer.module.d.ts 502 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./drawer.component";
  3. import * as i2 from "./drawer-content.directive";
  4. export declare class NzDrawerModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzDrawerModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzDrawerModule, never, [typeof i1.NzDrawerComponent, typeof i2.NzDrawerContentDirective], [typeof i1.NzDrawerComponent, typeof i2.NzDrawerContentDirective]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzDrawerModule>;
  8. }