Skip to content

Commit

Permalink
fix(@schematics/angular): use enableIvy as true
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Feb 20, 2019
1 parent 81acdd7 commit 5dcd70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"**/*.spec.ts"
]<% if (experimentalIvy) { %>,
"angularCompilerOptions": {
"enableIvy": "ngtsc"
"enableIvy": true
}<% } %>
}

0 comments on commit 5dcd70b

Please sign in to comment.