igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
11 lines (10 loc) • 586 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./igx-popup-component";
import * as i2 from "@angular/common";
import * as i3 from "./igx-child-content-module";
export declare class IgxPopupModule {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPopupModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxPopupModule, [typeof i1.IgxPopupComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule], [typeof i3.IgxChildContentModule, typeof i1.IgxPopupComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxPopupModule>;
}