angular-cn/aio/tools/examples/shared/boilerplate
Alex Rickabaugh ec4381dd40 feat: make the Ivy compiler the default for ngc (#32219)
This commit switches the default value of the enableIvy flag to true.
Applications that run ngc will now by default receive an Ivy build!

This does not affect the way Bazel builds in the Angular repo work, since
those are still switched based on the value of the --define=compile flag.
Additionally, projects using @angular/bazel still use View Engine builds
by default.

Since most of the Angular repo tests are still written against View Engine
(particularly because we still publish VE packages to NPM), this switch
also requires lots of `enableIvy: false` flags in tsconfigs throughout the
repo.

Congrats to the team for reaching this milestone!

PR Close #32219
2019-08-20 16:41:08 -07:00
..
cli feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
cli-ajs build(zone.js): update zone.js to 0.10.2 (#31975) 2019-08-16 09:56:41 -07:00
common/src docs: increase color contrast on elements in tutorial 2019-05-31 15:23:32 -07:00
getting-started/src docs: add new getting started guide (#27684) 2019-03-29 10:47:37 -07:00
i18n build(zone.js): update zone.js to 0.10.2 (#31975) 2019-08-16 09:56:41 -07:00
ivy docs: fix testing example (#31120) 2019-06-25 10:28:50 -07:00
schematics docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
service-worker build(zone.js): update zone.js to 0.10.2 (#31975) 2019-08-16 09:56:41 -07:00
systemjs refactor: remove tslint no-use-before-declare rule (#30288) 2019-05-07 10:25:36 -07:00
testing build(docs-infra): fix StackBlitz projects and ZIPs for `testing` guide examples (#31937) 2019-08-05 09:54:52 -07:00
universal build(zone.js): update zone.js to 0.10.2 (#31975) 2019-08-16 09:56:41 -07:00
.gitignore docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
UPDATING_CLI.md docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00