How can I force the reload of parent component from its child component?
This app was written using Angular 17 (standalone) and Ionic 7. Tab1Page
(“cards”) is the parent and ItemCardComponent
is its child (a Swiper carousel of ion-cards which values are recovered from a Firestore Database):