popover.module.d.ts 437 B

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