add synchro

This commit is contained in:
Peter Maquiran
2021-08-30 10:24:46 +01:00
parent e953831a73
commit 4309d01376
24 changed files with 338 additions and 113 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
</ion-buttons>
</div>
<div class="line"></div>
<ion-label>{{notificationdata.length}} novas notificações</ion-label>
<ion-label (click)="asyncNotification()">{{notificationdata.length}} novas notificações</ion-label>
</div>
</ion-header>
+2
View File
@@ -65,6 +65,8 @@ export class ProfilePage implements OnInit {
notImplemented() { }
asyncNotification(){}
async getNotificationData(){
this.storageservice.get("Notifications").then((value) => {
console.log("Init get store", value)