Profile page #30

Open
Sieciech wants to merge 34 commits from 29-profile-page into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1eb0ba32f1 - Show all commits

View File

@ -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);
} }