Notification delete feature added

This commit is contained in:
Eudes Inácio
2021-08-19 13:58:43 +01:00
parent e63e70d5df
commit 5cb25924c9
3 changed files with 55 additions and 26 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ export class NotificationsService {
var notificationReceived = (message) => {
//this.jsonstore.createCollection('Notifications',message);
this.DataArray.push(message)
console.log("On ReceiveNotification", message)
console.log("On ReceiveNotification", this.DataArray)
this.storageService.store("Notifications",JSON.stringify(this.DataArray))
console.log(message);