fix
This commit is contained in:
parent
ce8d2318a1
commit
1eb0ba32f1
|
@ -7,7 +7,7 @@ import { NotificationService } from '../../notification/notification.service';
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class ErrorHandlerInterceptor implements HttpInterceptor {
|
export class ErrorHandlerInterceptor implements HttpInterceptor {
|
||||||
|
|
||||||
get notificationService():. NotificationService {
|
get notificationService(): NotificationService {
|
||||||
return this.injector.get(NotificationService);
|
return this.injector.get(NotificationService);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue