I'm not a front-end developer so please ... When I click on another account, I notice that the Account details page does not get updated with the new Account. Why? it seems like the ngOnInit life cycle hook is not invoked when the user navigates to the component again.
I uploaded the app on Stackblitz : https://stackblitz.com/github/Georges73/Front-end-Nested-Route-3
Question: How the component will be notified, whenever the value of the parameter changes. So that I can update the component accordingly ?