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