question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to parse child routes in Angular 14

See original GitHub issue

I 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:

Screen Shot 2022-05-16 at 12 35 39 AM

New:

Screen Shot 2022-05-16 at 12 36 45 AM

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
github-actions[bot]commented, May 16, 2022

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

1reaction
pavankjaddacommented, Jun 7, 2022

@udayvunnam Nx 14.2.1 is out with Angular 14 support

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found