Modifs Paul Catégories

This commit is contained in:
Your Name 2022-01-19 15:44:24 +01:00
parent e8a924144a
commit e067433e48
15 changed files with 12618 additions and 34 deletions

View file

@ -1,3 +1,5 @@
<div *ngFor="let category of listCategories">
<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>