docs: update enableIvy link (#29238)

PR Close #29238
This commit is contained in:
Ivan Tham 2019-03-12 00:44:15 +00:00 committed by Kara Erickson
parent defc30c7ab
commit 76119b84dc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Ivy is a new backwards-compatible Angular renderer focused on further speed improvements, size reduction, and increased flexibility. Ivy is a new backwards-compatible Angular renderer focused on further speed improvements, size reduction, and increased flexibility.
Ivy is currently not feature complete, but can be tested via [`enableIvy: true`](https://next.angular.io/guide/aot-compiler#enableivy) [`angularCompilerOptions` flag](https://next.angular.io/guide/aot-compiler#angular-compiler-options). Ivy is currently not feature complete, but can be tested via [`enableIvy: true`](https://next.angular.io/guide/ivy#updating-an-existing-project-to-use-ivy) [`angularCompilerOptions` flag](https://next.angular.io/guide/aot-compiler#angular-compiler-options).
We currently expect Ivy to remain behind the flag until it's feature complete and battle tested at Google. In the meantime you can check out this [Hello World demo](https://ng-ivy-demo.firebaseapp.com/). We currently expect Ivy to remain behind the flag until it's feature complete and battle tested at Google. In the meantime you can check out this [Hello World demo](https://ng-ivy-demo.firebaseapp.com/).