英文:
Migrating Angular 8 to angular 13
问题
我计划将一个基于Angular 8的应用迁移到Angular 13,这是一个中等规模的应用,包含30-40个模块。一个开发人员完成这个工作需要多少个月?该应用程序不包含任何复杂模块。
英文:
I am planning to migrate an application which is based on angular 8 to angular 13, its a medium size application which contain 30-40 modules, how many months will take to complete this job with 1 developer?, the application is not contains any complex modules
答案1
得分: 1
我们最近从Angular 9迁移到了Angular 13,大约有10到15个模块,除测试用例外,花了大约7到8个人天的时间。由于测试用例需要更多时间来修复和处理。
英文:
We have recently migrated from angular 9 to angular 13 and we have around 10 to 15 modules and it took around 7 - 8 man-days excluding testcases. As test cases took a bit more to fix and work on.
答案2
得分: 0
你还可以从https://update.angular.io/?l=2&v=8.0-13.0获取帮助,以加快升级过程。如果没有复杂的模块,升级应该不会花费太多时间,只有解决版本冲突可能会稍微耗时。
英文:
you can also get help from https://update.angular.io/?l=2&v=8.0-13.0 to upgrade faster. if it does not have any complex modules then it should not take long. only resolving version conflicts may take a little time.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论