component: DetailComponent,
children: [
{
path: 'event/:eventId',
component: EventSidenavComponent
},
]
}
в компоненте EventSidenavComponent не могу получить domainId из ActivatedRoute
как такое можно разрулить?
попробуйте так this.route.parent.params.pipe(...);
parent у ActivatedRoute
https://angular.io/api/router/Router#paramsInheritanceStrategy
Обсуждают сегодня