angular-cn/scripts
Peter Bacon Darwin d6791ff0e0 feat(ngUpgrade): add support for AoT compiled upgrade applications
This commit introduces a new API to the ngUpgrade module, which is compatible
with AoT compilation. Primarily, it removes the dependency on reflection
over the Angular 2 metadata by introducing an API where this information
is explicitly defined, in the source code, in a way that is not lost through
AoT compilation.

This commit is a collaboration between @mhevery (who provided the original
design of the API); @gkalpak & @petebacondarwin (who implemented the
API and migrated the specs from the original ngUpgrade tests) and @alexeagle
(who provided input and review).

This commit is an starting point, there is still work to be done:

* add more documentation
* validate the API via internal projects
* align the ngUpgrade compilation of A1 directives closer to the real A1
  compiler
* add more unit tests
* consider support for async `templateUrl` A1 upgraded components

Closes #12239
2016-10-19 15:27:49 -07:00
..
browserstack refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
ci chore: remove obsolete dart related files 2016-09-02 15:58:46 -07:00
ci-lite refactor(benchmarks): add `index_aot` to support AoT bootstrap. (#12105) 2016-10-06 08:37:37 -07:00
cldr feat(i18n): Add NgLocaleLocalization which returns plural cases given a locale (#10744) 2016-08-12 14:46:06 -07:00
jenkins fix(build): make perf tests work again 2015-02-27 15:22:19 -08:00
publish build(publish): shallow fetch to improve perfs (depth=1) 2016-09-01 16:53:51 -07:00
sauce repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
windows feat(ngUpgrade): add support for AoT compiled upgrade applications 2016-10-19 15:27:49 -07:00