Fixed builds
This commit is contained in:
		@@ -21,10 +21,10 @@ export class CategoriesComponent {
 | 
				
			|||||||
  products: Observable<Product[]>;
 | 
					  products: Observable<Product[]>;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  constructor(
 | 
					  constructor(
 | 
				
			||||||
    private store: AppStore,
 | 
					 | 
				
			||||||
    private route: ActivatedRoute,
 | 
					    private route: ActivatedRoute,
 | 
				
			||||||
    private dialog: MatDialog,
 | 
					    private dialog: MatDialog,
 | 
				
			||||||
    public app: AppComponent
 | 
					    public app: AppComponent,
 | 
				
			||||||
 | 
					    public store: AppStore
 | 
				
			||||||
  ) {}
 | 
					  ) {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ngOnInit() {
 | 
					  ngOnInit() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user