Skip to content

Commit

Permalink
fix: Remove non existing import NotificationStyles
Browse files Browse the repository at this point in the history
Remove a non existing import in the error handler service for NotificationStyles.

Can cause an error when typescript compiling the application.
  • Loading branch information
Doehl authored Nov 17, 2018
1 parent 1285a4f commit ae18815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/error-handler/app-error-handler.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Injectable, ErrorHandler } from '@angular/core';
import { HttpErrorResponse } from '@angular/common/http';
import { environment } from '@env/environment';
import { NotificationService } from '../notifications/notification.service';
import { NotificationStyles } from '../notifications/notification-styles';

/** Application-wide error handler that adds a UI notification to the error handling
* provided by the default Angular ErrorHandler.
Expand Down

0 comments on commit ae18815

Please sign in to comment.