Fixed builds
This commit is contained in:
parent
771130ed16
commit
429b52df58
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user