primeng-shadowdom-directives
Version:
Directives that make PrimeNG plays nicely with ShadowDOM
11 lines (10 loc) • 541 B
TypeScript
import { NgZone } from "@angular/core";
import { OverlayPanel } from "primeng/overlaypanel";
import * as i0 from "@angular/core";
export declare class psdOverlayPanelDirective {
private readonly hostEl;
private zone;
constructor(hostEl: OverlayPanel, zone: NgZone);
static ɵfac: i0.ɵɵFactoryDeclaration<psdOverlayPanelDirective, [{ optional: true; host: true; self: true; }, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<psdOverlayPanelDirective, "[psdOverlayPanel]", never, {}, {}, never, never, false, never>;
}