Trying to run a *ngFor
within the html like this.
But, this error shows up.
Property binding ngForIn not used by any directive on an embedded template
This is the html code:
<ion-card *ngFor="#media in medias">
I've had this happen in my previous project as well, still figuring it out. Any clues?
Still new to Ionic2 & Angular2.