ngx-scanner
ngx-scanner copied to clipboard
(@zxing/ngx-scanner) which declares ZXingScannerModule has not been processed correctly by ngcc
Bug, feature request, or proposal:
This is not compatible with latest angular 9?
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://stackblitz.com/fork/zxing-ngx-scanner
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, ngx-scanner, OS, TypeScript, browsers are affected?
Is there anything else we should know?
I resolved this by setting - "enableIvy": false,
The package is not entirely tested on Ivy, so I would not be surprised if it did not works with Ivy at all.