We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba18a9 commit be9948dCopy full SHA for be9948d
packages/@angular/cli/commands/new.ts
@@ -63,9 +63,6 @@ export default class NewCommand extends SchematicCommand {
63
collectionName = this.parseCollectionName(options);
64
}
65
66
- const pathOptions = this.setPathOptions(options, '/');
67
- options = { ...options, ...pathOptions };
68
-
69
const packageJson = require('../package.json');
70
options.version = packageJson.version;
71
0 commit comments