<div *ngFor="let datos of archivo" class="card" style="width: 20rem;">
<img class="card-img-top" src="?????" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">{{datos.titulo}}</h5>
<p class="card-text">{{datos.descripcion}}</p>
</div>
</div>
In my database I have a record with the name magazine.png and in the /asset/img/revista.png folder I have the image that I would have to put inside the src loop ????