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

fix(angular): lib was not checking importPath to parent loadChildren #3888

Merged
merged 1 commit into from
Oct 16, 2020

Conversation

guiseek
Copy link
Contributor

@guiseek guiseek commented Oct 8, 2020

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 #

@nx-cloud
Copy link

nx-cloud bot commented Oct 8, 2020

Nx Cloud Report

CI ran the following commands for commit 99c1342. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx build-base angular 10/9/2020, 10:39:16 PM
#000000 nx run-many --target=build --all --parallel 10/9/2020, 10:39:13 PM
#000000 nx run-many --target=e2e --projects=e2e-angular 10/9/2020, 10:40:26 PM
#000000 nx run-many --target=lint --all --parallel 10/9/2020, 10:42:45 PM
#000000 nx run-many --target=test --all --parallel 10/9/2020, 10:41:13 PM

Sent with 💌 from NxCloud.

Copy link
Collaborator

@FrozenPandaz FrozenPandaz left a 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!

…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.
@guiseek guiseek requested a review from FrozenPandaz October 9, 2020 22:09
@guiseek guiseek force-pushed the fix-load-children branch 2 times, most recently from b41f539 to 99c1342 Compare October 9, 2020 22:23
@FrozenPandaz FrozenPandaz merged commit 5620359 into nrwl:master Oct 16, 2020
@FrozenPandaz
Copy link
Collaborator

Thank you so much! LGTM!

@guiseek
Copy link
Contributor Author

guiseek commented Oct 17, 2020

Thank you so much! LGTM!

It is always pleasant when I have the opportunity to collaborate on useful projects.
Thanks to all of you for this amazing tool!

Doginal pushed a commit to Doginal/nx that referenced this pull request Nov 25, 2020
…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.
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants