test(ivy): enable ivy tests for platform-browser/animations (#27478)

PR Close #27478
This commit is contained in:
Olivier Combe
2018-12-05 14:39:54 +01:00
committed by Igor Minar
parent 8973dd5a7e
commit b82f62a11d
6 changed files with 204 additions and 194 deletions

View File

@ -7,3 +7,4 @@
*/
export {BrowserAnimationBuilder as ɵBrowserAnimationBuilder, BrowserAnimationFactory as ɵBrowserAnimationFactory} from './animation_builder';
export {AnimationRenderer as ɵAnimationRenderer, AnimationRendererFactory as ɵAnimationRendererFactory} from './animation_renderer';
export {InjectableAnimationEngine as ɵInjectableAnimationEngine} from './providers';