ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
17 lines (16 loc) • 1.07 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./drawer.component";
import * as i2 from "./drawer-content.directive";
import * as i3 from "@angular/cdk/bidi";
import * as i4 from "@angular/common";
import * as i5 from "@angular/cdk/overlay";
import * as i6 from "@angular/cdk/portal";
import * as i7 from "ng-zorro-antd/icon";
import * as i8 from "ng-zorro-antd/core/outlet";
import * as i9 from "ng-zorro-antd/core/no-animation";
import * as i10 from "./drawer.service.module";
export declare class NzDrawerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzDrawerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzDrawerModule, [typeof i1.NzDrawerComponent, typeof i2.NzDrawerContentDirective], [typeof i3.BidiModule, typeof i4.CommonModule, typeof i5.OverlayModule, typeof i6.PortalModule, typeof i7.NzIconModule, typeof i8.NzOutletModule, typeof i9.NzNoAnimationModule, typeof i10.NzDrawerServiceModule], [typeof i1.NzDrawerComponent, typeof i2.NzDrawerContentDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzDrawerModule>;
}