import { ApplicationRef, ComponentFactoryResolver, ComponentRef, Injector, Type } from '@angular/core'; export declare class ApplicationService { private appRef; private cfr; private injector; constructor(appRef: ApplicationRef, cfr: ComponentFactoryResolver, injector: Injector); attach(component: Type, hostview: HTMLElement): ComponentRef; destroy(component: ComponentRef): void; }