Closed marcwrobel closed 1 year ago
When running the command, I got :
$ npx --package @angular/cli ng generate @angular/core:standalone --defaults --mode=prune-ng-module
Error: Invalid values:
Argument: mode, Given: "prune-ng-module", Choices: "convert-to-standalone", "prune-ng-modules", "standalone-bootstrap"
The mode is
prune-ng-modules
, notprune-ng-module
.