import { SimpleChange } from '@angular/core'; export interface ComponentChange extends SimpleChange { previousValue: K; currentValue: K; }