Skip to content

Instantly share code, notes, and snippets.

@melcor76
Created January 25, 2019 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melcor76/fd2cd6fec5437b6f4385c3b41b6c33d5 to your computer and use it in GitHub Desktop.
Save melcor76/fd2cd6fec5437b6f4385c3b41b6c33d5 to your computer and use it in GitHub Desktop.
Error handling - provider
@NgModule({
providers: [{provide: ErrorHandler, useClass: GlobalErrorHandler}]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment