import { Type } from '@angular/core'; import { IDynamicComponent } from './i-dynamic-component'; export interface IDynamicItem { component: Type; data?: any; }