angular-cn/packages
Misko Hevery a6d41c47a9 refactor(ivy): move directive into elementStart (#21374)
We used to have a separate `directive` instruction for instantiating
directives. However, such an instruction requires that directives
are created in the correct order, which would require that template
compiler would have knowledge of all dependent directives. This
would break template compilation locality principle.

This change only changes the APIs to expected form but does
not change the semantics. The semantics will need to be corrected
in subsequent commits. The semantic change needed is to
resolve the directive instantiation error at runtime based on
injection dependencies.

PR Close #21374
2018-01-11 07:02:17 -08:00
..
animations build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
bazel fix(bazel): Give correct module names for ES6 output (#21320) 2018-01-09 10:30:44 -08:00
benchpress fix(benchpress): work around missing events from Chrome 63 (#21396) 2018-01-08 16:14:34 -08:00
common build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
compiler fix(compiler): make `.ngsummary.json` files idempotent (#21448) 2018-01-10 16:20:53 -08:00
compiler-cli fix(compiler): make `.ngsummary.json` files idempotent (#21448) 2018-01-10 16:20:53 -08:00
core refactor(ivy): move directive into elementStart (#21374) 2018-01-11 07:02:17 -08:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples build: add bazel test rules for remainder of packages (#21053) 2017-12-22 13:10:51 -08:00
forms build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
http build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
language-service fix(compiler): make `.ngsummary.json` files idempotent (#21448) 2018-01-10 16:20:53 -08:00
platform-browser build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
platform-browser-dynamic build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
platform-server build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
platform-webworker build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
platform-webworker-dynamic build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
router build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
service-worker build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
upgrade build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
BUILD.bazel build: move repeated tsconfig attributes to a macro (#20964) 2018-01-10 12:30:19 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
es6-subset.d.ts build: switch from npm to yarn (#19328) 2017-09-22 13:20:52 -07:00
goog.d.ts fix(compiler): add typings for `COMPILED`. 2017-09-29 09:26:38 -07:00
license-banner.txt docs(common): update copyright years (#21232) 2018-01-04 17:45:36 -05:00
rollup.config.js refactor: make all rollup config ES5 compatible (#20028) 2017-10-30 23:09:17 -04:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig-build.json refactor: update angular to support TypeScript 2.4 2017-09-12 10:31:30 -07:00
tsconfig-metadata.json refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
tsconfig.json build: remove references to `tsc-wrapped` (#19298) 2017-09-21 13:55:52 -07:00
types.d.ts build: add bazel test rules for remainder of packages (#21053) 2017-12-22 13:10:51 -08:00

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