为了账号安全,请及时绑定邮箱和手机立即绑定

angular2能够为全局添加路由跳转动画吗?可以的话该怎么添加

angular2能够为全局添加路由跳转动画吗?可以的话该怎么添加

慕丝7291255 2018-12-22 19:14:21
我现在要为每个路由跳转都添加一个动画,按照官网的demo可以实现,不过得一个一个组件引入animations,没有一种全局设置动画的吗,使得不用在每个组件中又引入一次我现在每个组件都得引入配置好的Animations,类似下面这样:import { routeAnimation } from '../../animations';@Component({  selector: 'user-center',  templateUrl: './user-center.component.html',  styleUrls: ['./user-center.component.less'],  animations: [routeAnimation]})
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 442 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信