build(animations): adjust animations/browser source to new standard for automatic build (#15043)
This commit is contained in:

committed by
Chuck Jazdzewski

parent
195b863ea4
commit
21a18d6ceb
@ -6,7 +6,7 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
import {NgModule} from '@angular/core';
|
||||
import {BrowserModule} from '@angular/platform-browser';
|
||||
import {BrowserModule} from '../../src/browser';
|
||||
|
||||
import {BROWSER_ANIMATIONS_PROVIDERS, BROWSER_NOOP_ANIMATIONS_PROVIDERS} from './providers';
|
||||
|
||||
|
Reference in New Issue
Block a user