简体   繁体   English

使用angular js和angular 5创建混合应用程序

[英]creating hybrid application using angular js and angular 5

I am planning to create new features in angular 5 and then integrate them in my already created angular js application using the concept of hybrid application in angular. 我打算在angular 5中创建新功能,然后使用angular中的混合应用程序概念将它们集成到我已经创建的angular js应用程序中。 I am willing to save my effort in migrating the js application to angular 5. So, wanted to know the pros and cons of this approach in term of eficiency and is it okay to host an application in hybrid state. 我愿意节省将js应用程序迁移到angular 5的工作。因此,想了解这种方法在效率方面的优缺点,并且可以在混合状态下托管应用程序。

It is possible have hybrid application and to migrate AngularJS to Angular 4+, step by step. 可能有混合应用程序,并逐步将AngularJS迁移到Angular 4+。

There are so many links available which can help you with this. 有太多可用的链接可以为您提供帮助。

Here are the some of the links to get you started: 以下是一些帮助您入门的链接:

  1. To understand basic hybrid app -> https://github.com/basavarajnb/NgUpgrade-Angular-CLI 要了解基本的混合应用程序-> https://github.com/basavarajnb/NgUpgrade-Angular-CLI

  2. Official Angular Migration -> https://angular.io/guide/upgrade 官方Angular迁移-> https://angular.io/guide/upgrade

  3. Tutorial 1 -> https://vsavkin.com/migrating-angular-1-applications-to-angular-2-in-5-simple-steps-40621800a25b 教程1-> https://vsavkin.com/migrating-angular-1-applications-to-angular-2-in-5-simple-steps-40621800a25b

Tutorial 2 -> https://yakovfain.com/2017/08/01/migrating-your-apps-from-angularjs-to-angular/ 教程2-> https://yakovfain.com/2017/08/01/migrating-your-apps-from-angularjs-to-angular/

  1. 9 Lessons Learned on an AngularJS to Angular 4 Upgrade https://www.intertech.com/Blog/9-lessons-learned-on-an-angularjs-to-angular-4-upgrade/ 从AngularJS升级到Angular 4的9课https://www.intertech.com/Blog/9-lessons-learned-on-an-angularjs-to-angular-4-upgrade/

All the best 祝一切顺利

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM