PragmaticClub / ng2-qrcode

Angular2 QRCode generator based on qrcodejs
MIT License
16 stars 11 forks source link

Fix build and remove need to include script tag in index.html #4

Closed adamduren closed 8 years ago

adamduren commented 8 years ago

Addresses #1 and others

I was getting a strange error no directive annotation found on QRCodeComponent. I traced it down to Angular getting included multiple times. I noticed this library had angular listed as a dependency instead of a peerDependency. Changing that seemed to fix my issue.

adamduren commented 8 years ago

I have a followup PR to update the qrcode on changes after this one gets approved. We'll also need to bump the version number as well.