ng-samurai
ng-samurai copied to clipboard
Library Split schematic doesn't recognize 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.
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.