Migrate Angular 2 RC on live environment

时间:2016-07-25 11:33:18

标签: angular

We are currently developing the web application in Angular 2 RC. Will it be feasible to upgrade the Angular when the final version releases over the air ? Means upgrade the Angular JS Framework without changing any code in production environment ?

1 个答案:

答案 0 :(得分:1)

不,你可能仍然需要对代码进行升级,因为angular2团队已经在最新的RC版本中引入了BC最后一分钟的更改。只要没有稳定版本,您就无法保证您的代码仍可在下一版本中使用。

话虽如此,我认为在每次引入新版本时,同时使用angular2开发并直接升级是明智的,以保持维护工作的增量,从而更容易执行。