bugfix
This commit is contained in:
parent
482ca40d48
commit
f492aaa8f9
@ -2,7 +2,9 @@ import { ErrorHandler, Injectable, Injector, NgZone } from '@angular/core';
|
|||||||
import { NativeService, UCAP_NATIVE_SERVICE } from '@ucap-webmessenger/native';
|
import { NativeService, UCAP_NATIVE_SERVICE } from '@ucap-webmessenger/native';
|
||||||
import { error } from 'console';
|
import { error } from 'console';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable({
|
||||||
|
providedIn: 'root'
|
||||||
|
})
|
||||||
export class AppGlobalErrorhandler implements ErrorHandler {
|
export class AppGlobalErrorhandler implements ErrorHandler {
|
||||||
constructor(private injector: Injector, private zone: NgZone) {}
|
constructor(private injector: Injector, private zone: NgZone) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user