-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
At end of chapter 7 the app has undesirable behavior that on 'Home' selecting page 4 and then changing categories leaves no products showing. Suggested improvement below to store.component.ts
changeCategory(newCategory?: string) {
this.selectedCategory = newCategory
this.changePage(1);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels