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