angular-docs-cn/packages
Adam 98d820030c docs(platform-server): fix renderModule usage guidance with Ivy (#37296)
Before the introduction of the Ivy renderer, users would compile
their applications and use the resulting factories for SSR, since
these post-compilation artifacts ensured faster delivery. Thus,
using the original module as the rendering entrypoint was
considered suboptimal and was discouraged.

However, with the introduction of Ivy, this guidance is no longer
applicable since these factories are no longer generated.
Comparable speed is achieved using the factory-less module
renderer, and so we update the guiance in the docs for the method.

PR Close #37296
2020-05-28 16:07:32 -04:00
..
animations build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
bazel build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
benchpress build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
common build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
compiler build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
compiler-cli build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
core build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
docs docs(di): fix typo in advanced di doc (#36634) 2020-05-01 09:50:28 -07:00
elements build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
examples build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
forms build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
language-service build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
localize build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform-browser build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform-browser-dynamic build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform-server docs(platform-server): fix renderModule usage guidance with Ivy (#37296) 2020-05-28 16:07:32 -04:00
platform-webworker build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform-webworker-dynamic build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
private/testing build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
router build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
service-worker build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
upgrade build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
zone.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
BUILD.bazel build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
README.md docs: add doc reference to npm package readme (#33911) 2019-11-20 14:46:23 -08:00
circular-deps-test.conf.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
empty.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
goog.d.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
license-banner.txt build: bump year (#34651) 2020-01-13 07:21:43 -08:00
system.d.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
tsconfig-build-no-strict.json refactor(core): ensure compatibility with typescript strict flag (#30993) 2019-07-18 14:21:25 -07:00
tsconfig-build.json refactor(core): ensure compatibility with typescript strict flag (#30993) 2019-07-18 14:21:25 -07:00
tsconfig-test.json refactor: fix typescript strict flag failures in all tests (#30993) 2019-07-18 14:21:26 -07:00
tsconfig.json revert: "feat(dev-infra): exposed new rule 'component_benchmark' via dev_infra (#36434)" (#36798) 2020-04-24 11:03:38 -07:00
types.d.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Angular documentation.

License: MIT