UNPKG

803 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./overlay-container";
4import * as i2 from "./mapping";
5import * as i3 from "../../shared/shared.module";
6import * as i4 from "../adapter/adapter.module";
7export declare class NbOverlayModule {
8 static forRoot(): ModuleWithProviders<NbOverlayModule>;
9 static ɵfac: i0.ɵɵFactoryDeclaration<NbOverlayModule, never>;
10 static ɵmod: i0.ɵɵNgModuleDeclaration<NbOverlayModule, [typeof i1.NbPositionedContainerComponent, typeof i1.NbOverlayContainerComponent], [typeof i2.NbCdkMappingModule, typeof i3.NbSharedModule], [typeof i2.NbCdkMappingModule, typeof i4.NbCdkAdapterModule, typeof i1.NbOverlayContainerComponent]>;
11 static ɵinj: i0.ɵɵInjectorDeclaration<NbOverlayModule>;
12}