我想在我的離子應用程序中使用https://www.npmjs.com/package/angular2-qrcode。 它使用離子角2.0.0 rc.0由模塊'AppModule'導入的意外值'QRCodeModule'
的ionic2應用程序時,我做的離子成爲一切完美 然而,當我做一個離子跑我得到
[19:05:49] ngc: Error: Unexpected value 'QRCodeModule' imported by the module 'AppModule'
at D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:13982:37
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:13967:46)
at D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:12812:58
at Array.forEach (native)
at OfflineCompiler.analyzeModules (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:12811:21)
at CodeGenerator.codegen (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler-cli\src\codegen.js:105:47)
at codegen (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler-cli\src\main.js:7:81)
at Object.main (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\tsc-wrapped\src\main.js:30:16)
at Object.<anonymous> (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler-cli\src\main.js:14:9)
你也許有一個想法?
有沒有辦法讓ngc編譯的完整日誌?爲了檢查之前是否發生了錯誤。
這裏是我的應用程序模塊:
...
...
imports: [QRCodeModule, SwingModule
IonicModule.forRoot(MyApp, {
tabsHideOnSubPages : 'true'
})
],
的信息,搖擺模塊工作完美:)在我的package.json我有 「angular2-QR碼」:「^ 1.0。 4" ,
預先感謝您的想法
有一個愉快的一天:)
你找到了一個解決方案?我有同樣的問題。 –
我會把這個補充 – Geoffrey