import { ViewContainerRef, ComponentRef, Type } from '@angular/core'; export interface IComponentResolverService { createComponent(type: Type, viewContainerRef: ViewContainerRef): ComponentRef; }