You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
You can see in the Subentry schematic where it checks for the project flag, but equivalent code is lacking in the Library Split schematic.
The text was updated successfully, but these errors were encountered: