angular2-qrcode
angular2-qrcode copied to clipboard
Not work in aot again
I use version 2.0.1. and build in aot ,but QRCodeModule in H:/isclib_dev_v1.0/node_mod ules/angular2-qrcode/lib/index.d.ts' imported by the module 'DemoModule in H: /isclib_dev_v1.0/src/app/demo/demo.module.ts'. Please add a @NgModule annotation.
ok, I have solved it.
I use " var QRious =require('qrious') ;"
@Gasonzhong how it helped? I get the same issue but looks like the bug related to missing NgModule metadata...