Mark Abrahams
Member since Jun 23, 2018
- Profile: /members/13776-mark-abrahams.htm
- URL: http://abrahams.co.nz
- Comments: 1
Recent Blog Comments By Mark Abrahams
-
Creating A Custom ErrorHandler In Angular 2 RC 6
Posted on Jun 23, 2018 at 1:04 AM
Not tested, but moving to an InjectionToken may resolve this e.g. const LOGGING_ERROR_HANDLER_OPTIONS: InjectionToken<LoggingErrorHandlerOptions> = new InjectionToken<LoggingErrorHandlerOptions>('logging.options'); And use that in the NgModule providers array: { ... read more »