import { EventEmitter } from '@angular/core'; export interface IDynamicComponent { data?: any; onDataChange?(): void; eventChanged?: EventEmitter; }