ngx-scanner icon indicating copy to clipboard operation
ngx-scanner copied to clipboard

Not working in internet explorer

Open beyondtheobservableuniverse opened this issue 4 years ago • 0 comments

I get this error in Internet explorer 11.0.388 when try to open page with ZXingScannerModule: Unable to get property 'ɵmod' of undefined or null reference

I use this packages:

"@angular/animations": "9.1.11",
"@angular/cdk": "9.2.4",
"@angular/common": "9.1.11",
"@angular/compiler": "9.1.11",
"@angular/core": "9.1.11",
"@angular/forms": "9.1.11",
"@angular/material": "9.2.4",
"@angular/material-moment-adapter": "9.2.4",
"@angular/platform-browser": "9.1.11",
"@angular/platform-browser-dynamic": "9.1.11",
"@angular/platform-server": "9.1.11",
"@angular/router": "9.1.11",
"@zxing/ngx-scanner": "3.0.0",
"zone.js": "0.10.2"

Please try to fix this.