ng-samurai icon indicating copy to clipboard operation
ng-samurai copied to clipboard

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

Open WorldMaker opened this issue 4 years ago • 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.

WorldMaker avatar Oct 23 '20 19:10 WorldMaker

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.

AadamZ5 avatar May 17 '21 21:05 AadamZ5