https://github.com/unlight/dev-error-handler
Expose global angular error handler to screen
https://github.com/unlight/dev-error-handler
angular-error dev-error error-handler ngx-error stacktrace
Last synced: 2 months ago
JSON representation
Expose global angular error handler to screen
- Host: GitHub
- URL: https://github.com/unlight/dev-error-handler
- Owner: unlight
- License: mit
- Created: 2017-05-28T17:21:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T16:47:48.000Z (over 8 years ago)
- Last Synced: 2025-01-25T09:27:59.786Z (12 months ago)
- Topics: angular-error, dev-error, error-handler, ngx-error, stacktrace
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dev-error-handler
---
Expose global angular error handler to screen.

USAGE
---
1. Install `npm i @epam/dev-error-handler`
2. Import `DevErrorHandler`
```ts
import { ErrorHandler } from '@angular/core';
import { DevErrorHandler } from '@epam/dev-error-handler';
```
3. Configure dependency injection
```ts
{ provide: ErrorHandler, useClass: DevErrorHandler }
```
CHANGELOG
---
* 1.1.0: Removed sourcemaps
* 1.0.X: First release
TODO
---