UNPKG

ems-web-app-view-container

Version:

This angular.io module includes a component and service that can be used to render nested view containers that transition between screens (e.g., a tab container).

14 lines (13 loc) 608 B
import { QueryList, AfterViewInit, ElementRef } from '@angular/core'; import { ViewContainerService } from "./view-container.service"; import * as i0 from "@angular/core"; export declare class ViewComponent implements AfterViewInit { private service; private element; id: string; template: QueryList<any>; constructor(service: ViewContainerService, element: ElementRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ViewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ViewComponent, "view", never, { "id": "id"; }, {}, ["template"], ["*"]>; }