i’m facing this issue . but unfortunately there were no satisfactory solutions.
also saw these topics too, which says the same to make a service :
How to pass data to appcomponent page from other page
but i need some solution with app component so i don’t have to do major changes.
i have a scenario where user can update his profile info .for example user edits user name now the API call updates the data and also i save the updated data to local storage. this local storage contains the updated name too, which i want to display on side menu and this menu is in app component.
any help how can i do that?
i tried to call the local storage in app component but it seems like that it only loads once.
1 post - 1 participant