Skip to content

Commit

Permalink
fix(@schematics/angular): experimentalIvy creates project using `next…
Browse files Browse the repository at this point in the history
…` packages

Close: #12667
  • Loading branch information
alan-agius4 authored and kyliau committed Oct 31, 2018
1 parent 7431639 commit aaec9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schematics/angular/ng-new/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default function (options: NgNewOptions): Rule {
const workspaceOptions: WorkspaceOptions = {
name: options.name,
version: options.version,
experimentalAngularNext: options.experimentalIvy,
newProjectRoot: options.newProjectRoot || 'projects',
minimal: options.minimal,
};
Expand Down

0 comments on commit aaec9de

Please sign in to comment.