目录
ng-5 升级至 ng-6
1、升级所需命令:https://update.angular.io/
2、升级rxjs的问题:https://www.imooc.com/article/details/id/33353
3、升级后ng g c 报错,angular.json 中删掉:
"name-e2e": {
"root": "",
"sourceRoot": "e2e",
"projectType": "application",
...
}
本文介绍从 Angular 5 升级到 Angular 6 的步骤与注意事项,包括所需的命令、解决 RxJS 问题的方法及更新后可能出现的 ngc 编译错误的处理方案。
388

被折叠的 条评论
为什么被折叠?



