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

Library Split schematic doesn't recognize the --project flag #12

Open
WorldMaker opened this issue Oct 23, 2020 · 1 comment
Open

Library Split schematic doesn't recognize the --project flag #12

WorldMaker opened this issue Oct 23, 2020 · 1 comment

Comments

@WorldMaker
Copy link

You can see in the Subentry schematic where it checks for the project flag, but equivalent code is lacking in the Library Split schematic.

@AadamZ5
Copy link

AadamZ5 commented May 17, 2021

I was able to work around this by temporarily changing: "defaultProject": "my-app" to "defaultProject": "my-lib-project" in the root angular.json. After the split-lib schematic is run, I changed it back since generate-subentry does support the project flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants