My apologies for not adding full code in my previous comment. It’s called:
ngOnInit() {
console.log("ngOnInit => getUsers()");
this.users = this.getUsers();
}
And I was hopping that *ngFor="let user of users | async"
will subscribe to it and does its magic.