How to get :id param of child route from parent component in Angular2
You can use the firstChild property or the ActivatedRoute to get the child route: route.firstChild.snapshot.params[‘id’]
You can use the firstChild property or the ActivatedRoute to get the child route: route.firstChild.snapshot.params[‘id’]