ITOTEAM-523 notification status

This commit is contained in:
Peter Maquiran
2024-06-27 16:53:45 +01:00
parent 78c13d1bfb
commit 11587cc944
23 changed files with 686 additions and 111 deletions
@@ -6,6 +6,8 @@ import { environment } from 'src/environments/environment';
import { NotificationsEndsPointsService } from './notifications-ends-points.service'
import { AngularFireMessaging } from '@angular/fire/messaging';
import { NavigationExtras, Router } from '@angular/router';
import { NotificationRepositoryService } from 'src/app/module/notification/data/notification-repository.service'
@Injectable({
providedIn: 'root'
})
@@ -20,6 +22,7 @@ export class NotificationsService {
private afMessaging: AngularFireMessaging,
private router: Router,
private zone: NgZone,
private NotificationRepositoryService: NotificationRepositoryService
) { }