@ngneat/overview
Version:
The Template for Success in Template Management
11 lines (10 loc) • 433 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TeleportService {
private outlets;
outlet$(name: string): import("rxjs").Observable<ViewContainerRef>;
ports: Map<string, ViewContainerRef>;
newOutlet(name: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TeleportService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TeleportService>;
}