2016-10-30 02:41发布
在文档中是这样说的我是这么写的:
但是呢总出现如下错误:
我不知道该如何写了,束手无策,在下小白一枚,跪求各位大神指点迷津!再次叩谢!
最近公司开始使用ion2进行老项目的重构,不少基于jQuery的插件都需要寻找ts版本的替代品,这里就说一下二维码生成的插件(ion2的native api中有生成的方式,不过官方文档上说,对机器人支持不太好,而且因为需要用到科尔多瓦插件,所以无法本地测试)
angular2-QR码
npm install angular2-qrcode --save
{ "name": "ionic-app-base", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "scripts": { "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build", "ionic:build": "ionic-app-scripts build", "ionic:serve": "ionic-app-scripts serve" }, "dependencies": { "@angular/common": "2.2.1", "@angular/compiler": "2.2.1", "@angular/compiler-cli": "2.2.1", "@angular/core": "2.2.1", "@angular/forms": "2.2.1", "@angular/http": "2.2.1", "@angular/platform-browser": "2.2.1", "@angular/platform-browser-dynamic": "2.2.1", "@angular/platform-server": "2.2.1", "@ionic/storage": "1.1.7", "angular2-qrcode": "^2.0.0", //qrcode插件版本 "ionic-angular": "2.0.0-rc.4", "ionic-native": "2.2.11", "ionicons": "3.0.0", "qrcode-generator-ts": "0.0.4", "rxjs": "5.0.0-beta.12", "ts-md5": "^1.2.0", "zone.js": "0.6.26" }, "devDependencies": { "@ionic/app-scripts": "0.0.47", "typescript": "2.1.6" } }
二维码
作者:小pxu
链接:http://www.jianshu.com/p/418d768c1c2c
來源:简书
最多设置5个标签!
付费偷看金额在0.1-10元之间
前言背景
最近公司开始使用ion2进行老项目的重构,不少基于jQuery的插件都需要寻找ts版本的替代品,这里就说一下二维码生成的插件(ion2的native api中有生成的方式,不过官方文档上说,对机器人支持不太好,而且因为需要用到科尔多瓦插件,所以无法本地测试)
插件选择
angular2-QR码
使用方法
注意事项
效果展示
二维码
可选参数
作者:小pxu
链接:http://www.jianshu.com/p/418d768c1c2c
來源:简书
一周热门 更多>