Merge branch 'paul' into dev

This commit is contained in:
Your Name 2022-01-20 12:18:00 +01:00
commit e45c940f30
36 changed files with 179 additions and 10 deletions

View file

@ -1,3 +1,7 @@
<div *ngFor="let category of listCategories">
<app-card-category [categoryData]="category"></app-card-category>
<h2 class="titre ">Catégories :</h2>
<div class="separation"></div>
<div class="parent d-flex justify-content-center align-items-center flex-wrap flex-row ">
<div *ngFor="let category of listCategories">
<app-card-category [categoryData]="category"></app-card-category>
</div>
</div>