the question mark should be before the period
<ion-item *ngFor="let item of (dewList | async)?.reverse()"> //<-- i used the wrong var name
that way, the template will still render the page if there isnt an immediate value for ‘items’
the question mark should be before the period
<ion-item *ngFor="let item of (dewList | async)?.reverse()"> //<-- i used the wrong var name
that way, the template will still render the page if there isnt an immediate value for ‘items’