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);
}