We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent 7431639 commit aaec9deCopy full SHA for aaec9de
packages/schematics/angular/ng-new/index.ts
@@ -40,7 +40,6 @@ export default function (options: NgNewOptions): Rule {
40
const workspaceOptions: WorkspaceOptions = {
41
name: options.name,
42
version: options.version,
43
- experimentalAngularNext: options.experimentalIvy,
44
newProjectRoot: options.newProjectRoot || 'projects',
45
minimal: options.minimal,
46
};
0 commit comments