Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Angular parser does not support multiple routes pointing to the same nested lazy route #174

Closed
mgechev opened this issue Jul 28, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mgechev
Copy link
Member

mgechev commented Jul 28, 2019

For example:

{
  path: 'foo',
  loadChildren: './foo/foo.module#FooModule'
},
{
  path: 'bar',
  loadChildren: './foo/foo.module#FooModule'
}

Will not work as expected.

@mgechev mgechev self-assigned this Jul 28, 2019
@mgechev mgechev added the bug Something isn't working label Jul 28, 2019
mgechev added a commit that referenced this issue Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant