I need some help with my angular app , I have a .net core application using Angular 6 as the front end. Now in Angular app there is an APP Module and there a feature Module. App module contains the nav-bar menu. And Feature module has a home Component and some other components. I also have a separate Login application ( which is in .net) .
Now Login app is used for authentication and on successful authentication Angular app home Component gets called through router-outlet. this is my app component
Now how do I pass data from home component which is routed through router-outlet to nav-bar