refactor(platform-browser): move platform-browser/animations to animations/browser (#15130)
Closes: #15130
This commit is contained in:

committed by
Chuck Jazdzewski

parent
221899a930
commit
0aad270267
@ -7,7 +7,8 @@
|
||||
*/
|
||||
|
||||
// #docregion Component
|
||||
import {Component, NgModule, animate, state, style, transition, trigger} from '@angular/core';
|
||||
import {animate, state, style, transition, trigger} from '@angular/animations';
|
||||
import {Component, NgModule} from '@angular/core';
|
||||
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user