nivekcode/ng-samurai

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

Opened this issue · 1 comments

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

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.