0
I have a variable that I display on the screen of my app called {{data.}}.
In the example code:
<ion-item *ngFor="let cardapiohotrod of cardapiohotrod | async">{{cardapiohotrod.nome}}</ion-item>
Where it is written cardapiohotrod I would like to put the variable {{date.}}
Managed to solve your problem? I don’t understand the error. If you can put more parts of the code help.
– André Vicente