@omnia/foundation
Version:
Provide omnia foundation typings and tooling work on client side for omnia extension
11 lines (10 loc) • 419 B
TypeScript
import { ViewContainerRef, OnInit, OnDestroy, ComponentFactoryResolver } from '@angular/core';
export declare class BootstrapComponent implements OnInit, OnDestroy {
private viewContainerRef;
private resolver;
private componentRef;
constructor(viewContainerRef: ViewContainerRef, resolver: ComponentFactoryResolver);
ngOnInit(): void;
private loadComponent;
ngOnDestroy(): void;
}