angular-docs-cn/packages
Alex Rickabaugh 919f42fea1 feat(ivy): first steps towards JIT compilation (#23833)
This commit adds a mechanism by which the @angular/core annotations
for @Component, @Injectable, and @NgModule become decorators which,
when executed at runtime, trigger just-in-time compilation of their
associated types. The activation of these decorators is configured
by the ivy_switch mechanism, ensuring that the Ivy JIT engine does
not get included in Angular bundles unless specifically requested.

PR Close #23833
2018-05-21 19:13:50 -04:00
..
animations
bazel build: upgrade to TypeScript 2.8 (#23782) 2018-05-15 15:31:12 -07:00
benchpress
common test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
compiler feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00
compiler-cli feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00
core feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00
docs
elements test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
examples
forms test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
http test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
language-service build: upgrade to TypeScript 2.8 (#23782) 2018-05-15 15:31:12 -07:00
platform-browser feat(platform-browser): allow lazy-loading HammerJS (#23906) 2018-05-15 15:33:00 -07:00
platform-browser-dynamic test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
platform-server
platform-webworker test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
platform-webworker-dynamic
router test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
service-worker build: upgrade to TypeScript 2.8 (#23782) 2018-05-15 15:31:12 -07:00
upgrade build: upgrade to TypeScript 2.8 (#23782) 2018-05-15 15:31:12 -07:00
BUILD.bazel
README.md
empty.ts
es6-subset.d.ts
goog.d.ts
license-banner.txt
rollup.config.js
system.d.ts
tsconfig-build.json
tsconfig-metadata.json
tsconfig.json
types.d.ts

README.md

Angular

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

License: MIT