angular-cn/aio/content/examples
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
..
ajs-quick-reference docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
animations docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
architecture docs: update example references from "my-app" to "app-root" (#30789) 2019-06-03 08:55:39 -07:00
attribute-binding docs: rewrite attribute binding section and add example (#26004) 2019-06-14 12:21:28 -07:00
attribute-directives ci(docs-infra): increase waiting time to reduce flakiness on CI (#31408) 2019-07-09 09:35:54 -07:00
binding-syntax docs: rewrite binding-syntax section in template-syntax.md (#25561) 2019-06-14 10:25:06 -07:00
bootstrapping docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
built-in-directives docs: include svg files in stackblitz and download examples (#31559) 2019-07-15 16:48:23 -04:00
built-in-template-functions docs: edit $any() section and add example in Template Syntax (#28157) 2019-03-19 13:19:17 -04:00
component-interaction fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
component-styles docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
dependency-injection docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
dependency-injection-in-action docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
displaying-data docs: rename component for constructor example (#30845) 2019-06-04 11:52:57 -07:00
docs-style-guide docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
dynamic-component-loader docs: use const in dynamic-component-loader example (#30888) 2019-06-11 14:20:00 -07:00
dynamic-form docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
elements docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
event-binding docs(core): fix typo in event-binding code example (#31611) 2019-07-17 13:26:48 -04:00
feature-modules docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
form-validation docs(aio): add async validation chapter (#25189) 2018-08-10 09:14:25 -07:00
forms docs: removed unused pull-left classes from hero form component (#26178) 2018-11-09 10:23:17 -08:00
forms-overview docs: remove unused properties from forms overview example (#25663) 2018-09-25 18:48:15 -07:00
getting-started docs: change to explicit label type in getting-started form (#31213) 2019-07-18 10:32:04 -07:00
getting-started-v0 docs: add new getting started guide (#27684) 2019-03-29 10:47:37 -07:00
hierarchical-dependency-injection docs: edit and organize di guide (#21915) 2018-08-30 13:15:47 -04:00
http docs: fix formatting (#31120) 2019-06-25 10:28:50 -07:00
i18n docs: remove heroes reference in i18n example (#31515) 2019-07-11 15:07:55 -04:00
inputs-outputs docs: rewrite inputs/outputs section of Template Syntax (#27685) 2019-06-14 11:53:13 -07:00
interpolation docs: edit $any() section and add example in Template Syntax (#28157) 2019-03-19 13:19:17 -04:00
lazy-loading-ngmodules docs: use dynamic import syntax in examples using lazy loading (#30563) 2019-05-21 09:09:35 -07:00
lifecycle-hooks fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
ngcontainer docs: update example references from "my-app" to "app-root" (#30789) 2019-06-03 08:55:39 -07:00
ngmodule-faq/src/app docs: remove coremodule references (#28434) 2019-03-29 10:29:51 -07:00
ngmodules docs: add correct default cli ngModule (#31166) 2019-07-08 10:25:57 -07:00
observables docs: update docs to reflect the changes in RxJS 6 (#26238) 2018-10-08 13:43:12 -07:00
observables-in-angular docs: minor wording change in code example comment (#26835) 2019-01-14 10:31:23 -08:00
pipes docs: correct types in transform method to match specification. (#29812) 2019-05-15 14:24:20 -07:00
practical-observable-usage docs: use static zip function as an Observable creator. (#26790) 2019-01-08 17:16:45 -08:00
property-binding docs: rewrite property binding section and add example (#25770) 2019-06-14 11:47:34 -07:00
providers docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
providers-viewproviders docs: clarify hierarchical injectors (#28700) 2019-08-15 12:43:51 -07:00
reactive-forms docs: update shared example dependencies to Angular 7 and CLI 7 (#25892) 2018-10-09 17:04:19 -07:00
resolution-modifiers docs: clarify hierarchical injectors (#28700) 2019-08-15 12:43:51 -07:00
router docs: use dynamic import syntax in examples using lazy loading (#30563) 2019-05-21 09:09:35 -07:00
rx-library style(docs-infra): fix indentation in `rx-library` example (#31553) 2019-07-15 12:13:19 -04:00
schematics-for-libraries docs: add schematics guide (#28343) 2019-03-19 15:47:14 -04:00
security test(core): fix security example e2e test (#26777) 2018-10-26 12:31:49 -04:00
service-worker-getting-started docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
set-document-title docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
setup build(docs-infra): remove unused StackBlitz/ZIP configurations for `setup` example (#31937) 2019-08-05 09:54:52 -07:00
structural-directives docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
styleguide docs: update example references from "my-app" to "app-root" (#30789) 2019-06-03 08:55:39 -07:00
template-expression-operators docs: edit and add example for Template Expression Operators section of Template Syntax (#28087) 2019-06-14 11:53:50 -07:00
template-reference-variables docs: edit template ref vars copy and example (#27371) 2019-06-14 11:52:33 -07:00
template-syntax docs(core): in template syntax guide, make SVG example more clear (#31356) 2019-07-02 11:30:15 -07:00
testing build(docs-infra): fix StackBlitz projects and ZIPs for `testing` guide examples (#31937) 2019-08-05 09:54:52 -07:00
toh-pt0 docs: increase color contrast on elements in tutorial 2019-05-31 15:23:32 -07:00
toh-pt1 docs: add ending slash to input in TOH pt1 and pt2 examples (#29176) 2019-03-08 09:33:57 -08:00
toh-pt2 docs: clarify toh (#28571) 2019-07-22 09:46:27 -07:00
toh-pt3 docs: clarify toh (#28571) 2019-07-22 09:46:27 -07:00
toh-pt4 docs: clarify toh (#28571) 2019-07-22 09:46:27 -07:00
toh-pt5 docs: clarify toh (#28571) 2019-07-22 09:46:27 -07:00
toh-pt6 docs: clarify toh (#28571) 2019-07-22 09:46:27 -07:00
two-way-binding docs: add example and edit two-way-binding section of Template Syntax (#26278) 2019-06-14 11:50:03 -07:00
universal docs: remove gender prefixes from examples (#29972) 2019-05-20 16:42:59 -07:00
upgrade-lazy-load-ajs docs: add tests for lazy loading angularjs example (#30622) 2019-06-28 09:26:49 -07:00
upgrade-module docs: migrate examples from @angular/http to @angular/common/http (#28296) 2019-03-11 10:52:17 -07:00
upgrade-phonecat-1-typescript feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
upgrade-phonecat-2-hybrid feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
upgrade-phonecat-3-final feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
user-input docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
visual-studio-2015 feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
.gitignore docs: update docs example dependencies to version 8 (#30385) 2019-05-17 14:16:55 -07:00
tsconfig.json build(aio): give intellisense to the examples 2017-04-15 22:15:54 +01:00
tslint.json refactor: remove tslint no-use-before-declare rule (#30288) 2019-05-07 10:25:36 -07:00