Added a store page
This commit is contained in:
		
							
								
								
									
										11
									
								
								src/app/store/categories.component.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/app/store/categories.component.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
<div class="container">
 | 
			
		||||
    <div class="row py-5">
 | 
			
		||||
        <mat-card *ngFor="let c of categories | async">
 | 
			
		||||
            <img mat-card-image [src]="c.image | async" [alt]="c.name">
 | 
			
		||||
            <mat-divider class="custom-line"></mat-divider>
 | 
			
		||||
            <mat-card-content>
 | 
			
		||||
                <h3>{{c.name}}</h3>
 | 
			
		||||
            </mat-card-content>
 | 
			
		||||
        </mat-card>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user