refactor(platform-browser): extract animations providers into separate file

This is needed so that we can use them in a local modification in G3.

Attention: This change will conflict with a local mod in G3.
This commit is contained in:
Tobias Bosch
2017-02-24 14:47:36 -08:00
committed by Igor Minar
parent 932a02f1c5
commit 8824e39325
6 changed files with 61 additions and 55 deletions

View File

@ -11,7 +11,7 @@ import {AnimationPlayer, Component, Injectable, RendererFactoryV2, RendererTypeV
import {TestBed} from '@angular/core/testing';
import {BrowserAnimationsModule, ɵAnimationEngine, ɵAnimationRendererFactory} from '@angular/platform-browser/animations';
import {InjectableAnimationEngine} from '../../animations/src/browser_animations_module';
import {InjectableAnimationEngine} from '../../animations/src/providers';
import {el} from '../../testing/browser_util';
export function main() {