NaomiCreate / cnss-app

0 stars 0 forks source link

TBD- in the app #18

Open NaomiCreate opened 3 years ago

NaomiCreate commented 3 years ago

TBD

NaomiCreate commented 3 years ago

Problem with: The data from Firebase is loading just after refresh We tried to:

  1. Add <div *ngIf="user != null" > in profile.component.html
  2. Add if(data != null && data != undefined) before the subscription