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).
10 lines (9 loc) • 566 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./view-container.component";
import * as i2 from "./view.component";
import * as i3 from "@angular/common";
export declare class ViewContainerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ViewContainerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ViewContainerModule, [typeof i1.ViewContainerComponent, typeof i2.ViewComponent], [typeof i3.CommonModule], [typeof i1.ViewContainerComponent, typeof i2.ViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ViewContainerModule>;
}