Badged notification added

This commit is contained in:
Eudes Inácio
2021-08-19 18:28:00 +01:00
parent 6d13772720
commit 69e7c67d80
4 changed files with 77 additions and 34 deletions
+1
View File
@@ -11,6 +11,7 @@
<img src='assets/images/logo-no-bg.png' alt='logo'>
</div>
<div class="div-profile cursor-pointer" (click)="openProfile()">
<div *ngIf="this.notificationLength > 0" class="icon-badge" >{{this.notificationLength}}</div>
<ion-icon class="icon" src='assets/images/icons-profile.svg'></ion-icon>
<ion-label class="profile-text">{{loggeduser.Profile}}</ion-label>
</div>