我正在尝试将Ionic Platform(ionic.io)与我的Ionic 2应用程序集成。按照步骤操作后,它给出了一个错误:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8100/lib/ionic-platform-web-client/dist/ionic.io.bundle.min.js
我手动将文件ionic.io.bundle.min.js
从bower_componets/...
复制到上述位置。它再次给了我错误:
Uncaught TypeError: Cannot read property 'get' of undefined
ionic.io.bundle.min.js:2
。
官方网站已承认此问题,并已发布消息:
我们已经优先添加对Ionic 2的支持,但是它代表了你 尝试将平台Web客户端添加到。时会出错 Ionic 2项目。
我们是否有任何方法可以在Ionic 2中完成这项工作。