Modifs Paul Catégories
This commit is contained in:
parent
e8a924144a
commit
e067433e48
15 changed files with 12618 additions and 34 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue