This commit is contained in:
Peter Maquiran
2023-01-05 12:18:21 +01:00
9 changed files with 53 additions and 58 deletions
+1 -2
View File
@@ -51,8 +51,7 @@
</ion-buttons>
</div>
<div class="line"></div>
<ion-label (click)="asyncNotification()" *ngIf="notificationdata">{{notificationdata.length}} novas notificações</ion-label>
<ion-label (click)="asyncNotification()" *ngIf="!notificationdata">0 novas notificações</ion-label>
<ion-label (click)="asyncNotification()" *ngIf="notificationdata">{{notificationStatus}}</ion-label>
</div>
</ion-header>
+1
View File
@@ -32,6 +32,7 @@ export class ProfilePage implements OnInit {
isProfileOpen = false
hideImage = false
logoutOut = false
notificationStatus = '';
constructor(private modalController: ModalController,
private authService: AuthService,