如何在nativescript应用程序和Web应用程序中检查和实现特定于平台的代码

时间:2017-02-20 08:12:34

标签: angular nativescript angular2-nativescript

我正在开发一个angular2seed高级应用程序。在这里我使用localstorage来保存数据(它用于web应用程序)和使用appsettings存储在nativescript应用程序中的相同数据。在运行我的nativescript应用程序时,它成功启动并完美运行。但是在网络上运行它时会显示:

(SystemJS) XHR error (404 Not Found) loading http://localhost:5555/node_modules/application-settings.js

实际上我已经完成了平台检查,但它不适用于网络。我该怎么办?我怎么能完美地工作。我正在关注

https://github.com/NathanWalker/angular-seed-advanced

0 个答案:

没有答案