I have a page chat, with different person who the user have chat with the last message date.
getFunction from firebase work as well , I can see the new array in the consol with right information , but in the html page , I need to change view and come back to get right information , I have test changeDetection but it dont Work ,I have test ngzone.run() it work but with delay ..;
this.usersList.push({user:resulta.data(),message:resultaa.data()});
The html
<ng-container *ngFor="let usr of usersList">