angular/modules/@angular/platform-browser
Tobias Bosch 9186068df1 fix(animations): always create a new AnimationRenderer
E.g. for no view encapsulation, the delegate will always be the same.
Nevertheless, we still need to create a new `AnimationRenderer` per
component.

Attention: This change will conflict with a local mod in G3.
2017-02-24 16:27:45 -08:00
..
animations fix(animations): always create a new AnimationRenderer 2017-02-24 16:27:45 -08:00
src fix(animations): properly cache renderer and namespace triggers (#14703) 2017-02-24 12:10:19 -08:00
test refactor(platform-browser): extract animations providers into separate file 2017-02-24 16:27: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 build: resolve review comments on flat modules PR and fix more bugs (#14660) 2017-02-23 16:39:44 -08:00