UNPKG

@ngneat/overview

Version:

The Template for Success in Template Management

15 lines (14 loc) 704 B
import { OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TeleportDirective implements OnChanges, OnDestroy { readonly teleportTo: import("@angular/core").InputSignal<string>; private viewRef; private subscription; private tpl; private service; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private dispose; static ɵfac: i0.ɵɵFactoryDeclaration<TeleportDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TeleportDirective, "[teleportTo]", never, { "teleportTo": { "alias": "teleportTo"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }