IRoman pro asked 5 years ago


Hi, how to generate for example for online shop the cards or better overlay + text dynamical with *ngFor? Thx

Arkadiusz Idzikowski staff answered 5 years ago


Dear IRoman, Please provide an example html code and data on which you want to use ngFor. Regards, Arek

IRoman pro commented 5 years ago

Dear Arek, i think, it works like this:

{{ artwork.firstName }} {{ artwork.lastName }}

#abstact #modern


Thx, Igor

Arkadiusz Idzikowski staff answered 5 years ago


Dear IRoman, I can't spot any problems in your code, it should work fine. If you still have any problems with this component please let me know. Regards, Arek

IRoman pro answered 5 years ago


Sorry, it it works like this: <!--Grid column--> <div class="col-lg-3 col-md-3 mb-3" *ngFor="let artwork of featuredArtworks"> <!--Featured image--> <div class="view overlay rounded z-depth-1 waves-light" mdbWavesEffect> <img src="{{ artwork.fileAsDataUrl }}" class="img-fluid" alt="Sample project image"> <a> <div class="mask rgba-white-slight"></div> </a> </div> <!--Excerpt--> <mdb-card-body class="mt-3"> <h4> <strong>{{ artwork.firstName }} {{ artwork.lastName }}</strong> </h4></div> <!--Grid column-->

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 6.2.3
  • Device: desktop
  • Browser: chrome
  • OS: linux
  • Provided sample code: No
  • Provided link: No