NetanelBasal
11/8/2016 - 12:53 PM

eh.ts

import { ErrorHandler } from '@angular/core';

export default class MyErrorHandler implements ErrorHandler {
   handleError(error) {
     // send the error to the server
   }
}