Revert "build(animations): adjust animations/browser source to new standard for automatic build (#15043)"

This reverts commit 21a18d6ceb.
This commit is contained in:
Chuck Jazdzewski
2017-03-13 15:46:07 -07:00
parent 21a18d6ceb
commit 498a95148b
16 changed files with 61 additions and 61 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {NgModule} from '@angular/core';
import {BrowserModule} from '../../src/browser';
import {BrowserModule} from '@angular/platform-browser';
import {BROWSER_ANIMATIONS_PROVIDERS, BROWSER_NOOP_ANIMATIONS_PROVIDERS} from './providers';