This commit is contained in:
Andrea Chiapparelli - 4Science
2018-03-08 13:30:57 +01:00
parent 6397e6fae8
commit c102dd8b93
2 changed files with 94 additions and 254 deletions

View File

@@ -15,8 +15,7 @@ import { DomSanitizer } from '@angular/platform-browser';
@Injectable()
export class NotificationsService {
constructor(private store: Store<Notification>,
private domSanitizer: DomSanitizer,) {
constructor(private store: Store<Notification>) {
}
private add(notification: Notification) {