Angular router doesn't go to Component directly?
问题 I have created a data table (see Image 1) with one column that has a button inside of it. This button changes the application's route and navigates to a detail component(see code below & URL). goToDetailOfWearable(wearable: ResultWearable) { console.log(wearable); this.resultService.sendResultWearableToService(wearable).then( () => { this.languageService.languageSelectAvailable.next(true); this.router.navigateByUrl('Home/ProcessCategory/Processes/Activities/Result/Details').then( (x) =>