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']