UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

15 lines (14 loc) 758 B
import { CdkPortalOutlet, TemplatePortal } from '@angular/cdk/portal'; import { TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ResourceSelectorPopupComponent { private readonly viewContainerRef; portalOutlet: CdkPortalOutlet; container: ViewContainerRef; templatePortal: TemplatePortal; popupLite: boolean; constructor(viewContainerRef: ViewContainerRef); attachContent(template: TemplateRef<any>, popupLite?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration<ResourceSelectorPopupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ResourceSelectorPopupComponent, "acl-resource-selector-popup", never, {}, {}, never, never, false, never>; }