angular-cn/modules
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
..
@angular feat(ngUpgrade): add support for AoT compiled upgrade applications 2016-10-19 15:27:49 -07:00
angular1_router refactor: remove some facades (#12335) 2016-10-19 13:42:39 -07:00
benchmarks feat(benchmark): add large form benchmark 2016-10-19 09:39:16 -07:00
benchmarks_external chore: remove obsolete dart related files 2016-09-02 15:58:46 -07:00
e2e_util benchmarks: add ng2_ftl and ng2_switch_ftl benchmarks (#11963) 2016-09-30 09:09:31 -07:00
payload_tests/hello_world/ts refactor(core): remove deprecated 'bootstrap' (#10831) 2016-08-16 11:15:01 -07:00
playground refactor(facade): inline StringWrapper (#12051) 2016-10-06 15:10:27 -07:00
rollup-test refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
empty.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
es6-subset.d.ts chore(typings): restrict Angular to es5+collections+promise 2016-06-27 13:58:59 -07:00
system.d.ts fix(build): Remove duplicate System declarations (#10713) 2016-08-11 19:37:01 -07:00
tsconfig.json refactor(benchmarks): add `index_aot` to support AoT bootstrap. (#12105) 2016-10-06 08:37:37 -07:00
types.d.ts fix(build): Remove duplicate System declarations (#10713) 2016-08-11 19:37:01 -07:00