import { Type } from '@angular/core'; export interface IComponentData { component: Type; inputs: any; compRef: any; }