Angular 2 - 网络和移动

Angular 2 - Web and mobile

我正在开发一个将部署在 Web 和移动设备上的平台。目前我正在使用 Angular 2 和 bootstrap 开发 Web 部件,下一步将使用 Ionic 或 nativscript 来制作移动部件。 考虑到视图逻辑是相同的,只会更改模板,这是管理这 2 个项目的最佳方式?考虑维护,并尽量不重复代码。 谢谢!

对于 Angular2,您可以将 KendoUI 与 NativeScript 一起使用: https://www.nativescript.org/blog/angular-2-web-and-mobile-demo-app-using-kendo-ui-and-nativescript

具有共享 bootstrap 和 Web 与本机代码的单个项目。

我在这个link中找到了解决这个问题的好办法:http://angularjs.blogspot.com.uy/2016/03/code-reuse-in-angular-2-native-mobile.html