JSPM

@epam/dev-error-handler

1.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q36912F
  • License MIT

Angular's `ErrorHandler` implementation for development environment

Package Exports

  • @epam/dev-error-handler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@epam/dev-error-handler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dev-error-handler

Expose global angular error handler to screen.

USAGE

  1. Install npm i @epam/dev-error-handler
  2. Import DevErrorHandler
import { ErrorHandler } from '@angular/core';
import { DevErrorHandler } from '@epam/dev-error-handler';
  1. Configure dependency injection
{ provide: ErrorHandler, useClass: DevErrorHandler }

CHANGELOG

  • 1.1.0: Removed sourcemaps
  • 1.0.X: First release

TODO