Skip to content

Commit

Permalink
Disable ivy until Angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 10, 2019
1 parent d57120c commit 2e16f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"src/**/*.d.ts"
],
"angularCompilerOptions": {
"enableIvy": true
"enableIvy": false
}
}
2 changes: 1 addition & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"src/**/*.d.ts"
],
"angularCompilerOptions": {
"enableIvy": true
"enableIvy": false
}
}

0 comments on commit 2e16f03

Please sign in to comment.