angular-docs-cn/packages
Vikram Subramanian d6595ebd39 feat(platform-server): use EventManagerPlugin on the server (#24132)
Previously event handlers on the server were setup directly. This change makes it so that the event registration on the server go through EventManagerPlugin just like on client. This allows us to add custom event registration handlers on the server which allows us to hook up preboot event handlers cleanly.

PR Close #24132
2018-05-30 10:17:31 -07:00
..
animations test(animations): fix Node.js detection in animation tests (#24139) 2018-05-29 18:21:20 -04:00
bazel docs(bazel): improve error message for ng_package with no metadata (#22964) 2018-05-30 10:04:35 -07:00
benchpress fix(benchpress): Fix promise chain in chrome_driver_extension. (#23458) 2018-05-14 15:32:44 -07:00
common test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
compiler style(compiler): fix typo and formatting (#23729) 2018-05-29 18:48:54 -04:00
compiler-cli build(ivy): support alternate compilation modes to enable Ivy testing (#24056) 2018-05-29 18:02:29 -04:00
core feat(ivy): support renderer.destroy and renderer.destroyNode hooks (#24049) 2018-05-30 09:57:51 -07:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
elements test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
examples fix(common): titlecase pipe (#22600) 2018-03-23 13:42:51 -04:00
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-server): use EventManagerPlugin on the server (#24132) 2018-05-30 10:17:31 -07:00
platform-browser-dynamic test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
platform-server feat(platform-server): use EventManagerPlugin on the server (#24132) 2018-05-30 10:17:31 -07:00
platform-webworker test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
platform-webworker-dynamic style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
router test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
service-worker fix(service-worker): check platformBrowser before accessing navigator.serviceWorker (#21231) 2018-05-22 15:09:31 -04:00
upgrade build: upgrade to TypeScript 2.8 (#23782) 2018-05-15 15:31:12 -07:00
BUILD.bazel feat(bazel): introduce a binary stamping feature (#22176) 2018-02-15 14:08:53 -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 build: enable importHelpers in tsconfig (#22812) 2018-03-15 21:16:03 -07:00
tsconfig-metadata.json refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
tsconfig.json feat(elements): add schematics (#23298) 2018-04-11 18:13:30 -07:00
types.d.ts perf(ivy): add performance counters in ngDevMode (#23385) 2018-05-01 10:27:40 -07: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