import { ErrorObservable } from 'rxjs/observable/ErrorObservable'; export interface IErrorHandler { handle(error?: any): ErrorObservable; }