Unable to parse child routes in Angular 14
See original GitHub issueI know Angular 14 in RC not stable. But just wanted to point out the bug/API change before Angular 14 lands. The following line does not work https://github.com/udayvunnam/xng-breadcrumb/blob/275bd2716b5796ee419b25548ea00e2b400acc49/libs/xng-breadcrumb/src/lib/breadcrumb.service.ts#L274
And it seems _loadedConfig
changed to _loadedRoutes
Current:

New:

Issue Analytics
- State:
- Created a year ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Child route won't load in Angular 14 - Stack Overflow
In my Angular 14 app using standalone components, I'm not able to get a child route to work properly. I used this route...
Read more >Router tutorial: tour of heroes - Angular
In this tutorial, you build upon a basic router configuration to explore features such as child routes, route parameters, lazy load NgModules, guard...
Read more >Common Routing Tasks - Angular
A child route is like any other route, in that it needs both a path and a component . The one difference is...
Read more >Route - Angular
A configuration object that defines a single route. A set of routes are collected in a Routes array to define a Router configuration....
Read more >Router - Angular
How to merge parameters, data, resolved data, and title from parent to child routes. One of: 'emptyOnly' : Inherit parent parameters, data, and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello 👋 @pavankjadda
Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Feel free to raise a PR if you can fix the issue. Check the local development guide
@udayvunnam Nx 14.2.1 is out with Angular 14 support