angular-docs-cn/aio/content
JoostK 6ba67c6fff feat(compiler-cli): mark ability to use partial compilation mode as stable (#41518)
This commit marks the `compilationMode` compiler option as stable, such
that libraries can be compiled in partial compilation mode.

In partial compilation mode, the compiler's output changes from fully
compiled AOT definitions to an intermediate form using partial
declarations. This form is suitable to be published to NPM, which now
allows libraries to be compiled and published using the Ivy compiler.

Please be aware that libraries that have been compiled using this mode
can only be used in Angular 12 applications and up; they cannot be used
when Ivy is disabled (i.e. when using View Engine) or in versions of
Angular prior to 12. The `compilationMode` option has no effect if
`enableIvy: false` is used.

Closes #41496

PR Close #41518
2021-04-12 10:31:12 -07:00
..
cli docs: update boolean and enumerated CLI section (#40224) 2020-12-23 09:51:29 -08:00
cli-src build(docs-infra): make the git ref for cli command docs configurable (#26391) 2018-10-11 12:57:49 -07:00
errors docs: fix link URL in NG0100 error page (#41484) 2021-04-07 10:36:49 -07:00
examples docs: use the right tag in the HeroesComponent's template snippet (#41473) 2021-04-07 11:51:37 -07:00
guide feat(compiler-cli): mark ability to use partial compilation mode as stable (#41518) 2021-04-12 10:31:12 -07:00
images docs: add Zack DeRose to GDE resources (#41464) 2021-04-07 11:52:00 -07:00
marketing docs: remove 'ui-jar' from Resources (#41552) 2021-04-12 10:05:50 -07:00
start docs: update docs to reflect production mode by default (#41173) 2021-03-16 09:32:44 -07:00
tutorial docs: improve accessibility of toh2 example (#40575) 2021-02-23 10:41:05 -08:00
file-not-found.md fix(docs-infra): increase the max width of the `file-not-found` page (#41275) 2021-04-01 11:36:44 -07:00
license.md docs: update year (#40925) 2021-02-22 12:37:40 -08:00
navigation.json fix(docs-infra): add `updating-content-github-ui` guide to the sidenav (#41250) 2021-04-01 11:19:57 -07:00