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

committed by
Chuck Jazdzewski

parent
75147ff008
commit
195b863ea4
@ -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