angular-cn/modules/@angular
Tobias Bosch ccb636c2e9 refactor: deprecate `RootRenderer` / `Renderer`
Use `RendererV2` instead of `Renderer` now. `Renderer` can still be injected
and delegates to `RendererV2`.

Use `RendererFactoryV2` instead of `RootRenderer`. `RootRenderer` cannot be used
anymore.

BREAKING CHANGE:
- `RootRenderer` cannot be used any more, use `RendererFactoryV2` instead.
  Note: `Renderer` can still be injected/used, but is deprecated.
2017-02-23 13:59:16 -08:00
..
animations refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
benchpress perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
common feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
compiler feat(core): enable new view engine 2017-02-23 13:59:16 -08:00
compiler-cli fix(compiler-cli): import shallow import to @angular/upgrade/static correctly (#14658) 2017-02-22 17:23:08 -08:00
core refactor: deprecate `RootRenderer` / `Renderer` 2017-02-23 13:59:16 -08:00
docs perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
examples refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
facade perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
forms fix(tsc-wrapped): use agreed on options names (#14630) 2017-02-22 10:57:01 -08:00
http fix(tsc-wrapped): use agreed on options names (#14630) 2017-02-22 10:57:01 -08:00
language-service refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
platform-browser refactor: deprecate `RootRenderer` / `Renderer` 2017-02-23 13:59:16 -08:00
platform-browser-dynamic feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
platform-server refactor: deprecate `RootRenderer` / `Renderer` 2017-02-23 13:59:16 -08:00
platform-webworker refactor: deprecate `RootRenderer` / `Renderer` 2017-02-23 13:59:16 -08:00
platform-webworker-dynamic feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
router fix(tsc-wrapped): use agreed on options names (#14630) 2017-02-22 10:57:01 -08:00
upgrade fix(tsc-wrapped): use agreed on options names (#14630) 2017-02-22 10:57:01 -08:00
.babelrc perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00
router-license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -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