Accessing Route data in root component, route data is empty
问题 My problem is that I have a lang.component loaded with <router-outlet> . What I need is to access ActivatedRoute params in the root component which is app.component but all route data there is empty. I am able to access route data from lang.component normally by subscribing to params link to code that you can run: https://plnkr.co/edit/gTXPUb6TvatbMyOPPRKj If you run the code and open your console you can see two logs. It shows you what the problem is. Please help. Thank you. 回答1: Instead of