UNPKG

@pepperi/lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.

14 lines (13 loc) 625 B
import { OnInit, OnDestroy, TemplateRef } from '@angular/core'; import { PortalService } from './portal.service'; import * as i0 from "@angular/core"; export declare class AttachDirective implements OnInit, OnDestroy { private portalService; private templateRef; targetName: string; constructor(portalService: PortalService, templateRef: TemplateRef<any>); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef<AttachDirective, never>; static ɵdir: i0.ɵɵDirectiveDefWithMeta<AttachDirective, "[pepAttach]", never, { "targetName": "pepAttach"; }, {}, never>; }