Angular4 动画Animations 001 动画函数初体验

1 首先 cnpm i --save @angular/animations

2 import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
 
3 import { trigger, state, transition, style, animate } from '@angular/animations';
 
4 html 页面 [@name]

posted on 2019-01-30 01:48  安度因路飞  阅读(103)  评论(0)    收藏  举报

导航