ActivatedRoute subscribe to first child parameters observer
问题 I'm not sure if this is the best way to implement this. If you have other opinions please share. I have to implement a multi inbox system where the user can have multiple emails grouped by different inboxes. For example: http://localhost/inbox/personal/ will show a list of emails in personal inbox, http://localhost/inbox/business/3 will show a list of emails in business inbox and will highlight email with id: 3 Routes look like this: const routes: Routes = [ { path: '', pathMatch: 'full',