angular-docs-cn/modules
Tobias Bosch 0ae77753f3 fix(core): always remove DOM listeners and stream subscriptions
This is needed to prevent memory leaks. The DOM
listeners don’t need to be removed for simple examples,
but a big internal app shows memory leaks because of them.

BREAKING CHANGE:
- `Renderer.listen` now has to return a function that
  removes the event listener.
2016-01-26 07:37:31 -08:00
..
angular1_router feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
angular2 fix(core): always remove DOM listeners and stream subscriptions 2016-01-26 07:37:31 -08:00
angular2_material docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
benchmarks fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchmarks_external fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchpress fix(benchpress): fix flake 2016-01-04 19:25:32 +00:00
payload_tests/hello_world/ts chore: track size of a "Hello world" app built with SystemJS 2016-01-26 02:54:03 +00:00
playground refactor(WebWorker): Rename WORKER_RENDER_APP to WORKER_RENDER_APPLICATION 2016-01-14 00:07:13 +00:00