Skip to content

Commit c24afaf

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
fix(@schematics/angular): experimentalIvy creates project using next packages
Close: #12667
1 parent 2d4332f commit c24afaf

File tree

1 file changed

+0
-1
lines changed
  • packages/schematics/angular/ng-new

1 file changed

+0
-1
lines changed

packages/schematics/angular/ng-new/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default function (options: NgNewOptions): Rule {
4040
const workspaceOptions: WorkspaceOptions = {
4141
name: options.name,
4242
version: options.version,
43-
experimentalAngularNext: options.experimentalIvy,
4443
newProjectRoot: options.newProjectRoot || 'projects',
4544
minimal: options.minimal,
4645
};

0 commit comments

Comments
 (0)