-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(angular): lib was not checking importPath to parent loadChildren #3888
Conversation
Nx Cloud ReportCI ran the following commands for commit 99c1342. Click to see the status, the terminal output, and the build insights.
Sent with 💌 from NxCloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Please use the normalized version instead and it LGTM!
packages/angular/src/schematics/library/lib/add-load-children.ts
Outdated
Show resolved
Hide resolved
…th exists loading child paths into an angular library was not checking to see if an import path exists, so it generated the wrong path. the unit tests of the angular package are working. I generated a local release with verdaccio after the correction and generated the right children path.
b41f539
to
99c1342
Compare
Thank you so much! LGTM! |
It is always pleasant when I have the opportunity to collaborate on useful projects. |
…th exists (nrwl#3888) loading child paths into an angular library was not checking to see if an import path exists, so it generated the wrong path. the unit tests of the angular package are working. I generated a local release with verdaccio after the correction and generated the right children path.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
loadChildren paths into an angular library was not checking import path exists.
so it generated the wrong path.
i fixed that. the unit tests of the angular package are working.
I generated a local release with verdaccio after the correction and the right children path was generated
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #