modifs carte restau accordeon

This commit is contained in:
Your Name 2022-02-14 17:27:44 +01:00
parent 5d3549b0b6
commit bdeb6fd265
12 changed files with 127 additions and 59 deletions

View file

@ -1,11 +1,10 @@
<h2 class="titre ">Résultats :</h2>
<div class="separation"></div>
<div class="parent d-flex justify-content-center align-items-center flex-wrap flex-row ">
<div *ngFor="let restaurantData of listRestaurants">
<app-card-resto [restaurant]= "restaurantData"></app-card-resto>
</div>
</div>
<app-template-page [title]="'Résultats :'">
<div *ngFor="let restaurantData of listRestaurants">
<app-card-resto [restaurant]= "restaurantData"></app-card-resto>
</div>
</app-template-page>