angular-cn/modules/@angular/platform-browser
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): always remove elements right away unless they have a leave animation 2017-02-23 13:02:45 -08:00
src refactor: deprecate `RootRenderer` / `Renderer` 2017-02-23 13:59:16 -08:00
test refactor(animations): always remove elements right away unless they have a leave animation 2017-02-23 13:02:45 -08:00
testing refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
.babelrc perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
.babelrc-animations refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
.babelrc-animations-testing refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
.babelrc-testing perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
index.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
package.json perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
public_api.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
tsconfig-animations-testing.json refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
tsconfig-animations.json refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
tsconfig-build.json refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
tsconfig-testing.json perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00