UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

13 lines (12 loc) 506 B
import { Injector, ViewContainerRef } from '@angular/core'; import { Overlay, OverlayRef } from '@angular/cdk/overlay'; export declare class PopupService { _overlay: Overlay; _viewContainerRef: ViewContainerRef; static viewContainerRef: ViewContainerRef; static overlay: Overlay; static overlayRef: OverlayRef; constructor(_overlay: Overlay, _viewContainerRef: ViewContainerRef); static showPopup(component: any, childInjector?: Injector): void; static hidePopup(): void; }