Added sub categories
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
<div class="container">
|
||||
<div class="row py-5">
|
||||
<ng-container *ngFor="let c of categories | async">
|
||||
<mat-card *ngIf="c.ready" class="m-3">
|
||||
<img mat-card-image [src]="c.image | async" [alt]="c.name" style="width: 200px; height: 200px;">
|
||||
<mat-card class="m-3" [routerLink]="['/store', c.name]">
|
||||
<img *ngIf="c.ready" mat-card-image [src]="c.image | async" [alt]="c.name" style="width: 200px; height: 200px;">
|
||||
<mat-divider class="custom-line"></mat-divider>
|
||||
<mat-card-content>
|
||||
<h5>{{c.name}}</h5>
|
||||
|
Reference in New Issue
Block a user