码迷,mamicode.com
首页 > 其他好文 > 详细

[转] can not find module @angular/animations/browser

时间:2018-10-05 19:23:12      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:install   原来   copy   地址   pack   tail   点击   article   nbsp   

本文转自:https://blog.csdn.net/yaerfeng/article/details/68956298

angularjs4升级了,原来的animations现在被单独出来一个包。

package.json中添加

 

"dependencies": {
        "@angular/animations": "^4.0.1",
}

 

 

npm install

在相应的模块或者app.module.ts中添加

 

import { BrowserAnimationsModule } from ‘@angular/platform-browser/animations‘;
imports: [
        BrowserAnimationsModule
    ],

--------------------- 本文来自 yaerfeng 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/yaerfeng/article/details/68956298?utm_source=copy 

 

[转] can not find module @angular/animations/browser

标签:install   原来   copy   地址   pack   tail   点击   article   nbsp   

原文地址:https://www.cnblogs.com/freeliver54/p/9745531.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!