ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
15 lines (14 loc) • 937 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./popover";
import * as i2 from "@angular/cdk/bidi";
import * as i3 from "@angular/common";
import * as i4 from "@angular/cdk/overlay";
import * as i5 from "ng-zorro-antd/core/outlet";
import * as i6 from "ng-zorro-antd/core/overlay";
import * as i7 from "ng-zorro-antd/core/no-animation";
import * as i8 from "ng-zorro-antd/tooltip";
export declare class NzPopoverModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzPopoverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzPopoverModule, [typeof i1.NzPopoverDirective, typeof i1.NzPopoverComponent], [typeof i2.BidiModule, typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.NzOutletModule, typeof i6.NzOverlayModule, typeof i7.NzNoAnimationModule, typeof i8.NzToolTipModule], [typeof i1.NzPopoverDirective, typeof i1.NzPopoverComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzPopoverModule>;
}