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); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }