Created
March 28, 2019 15:31
-
-
Save 4skinSkywalker/3a04bddc97da0f5598da4e45d20d1a61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { ErrorHandler } from '@angular/core' | |
| export class AppErrorHandler implements ErrorHandler { | |
| handleError(error) { | |
| alert( 'An error occured.' ) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment