UNPKG

634 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./popover.directive";
4import * as i2 from "./popover-container.component";
5import * as i3 from "@angular/common";
6export declare class PopoverModule {
7 static forRoot(): ModuleWithProviders<PopoverModule>;
8 static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverDirective, typeof i2.PopoverContainerComponent], [typeof i3.CommonModule], [typeof i1.PopoverDirective]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
11}