Open SanderOtten opened 3 years ago
After updating my project to the latest Angular version (11.2.4) I get this error;
ERROR in /../../node_modules/ngx-barcode/ivy_ngcc/index.js 128:8-32 "export 'ɵɵstaticViewQuery' (imported as 'ɵngcc0') was not found in '@angular/core'
Can this be solved? Or is there a workaround?
Are you using any IDE? Not sure if this module support ivy angular 11.0. May need to revert the update.
@SanderOtten Ran into the same issue, turns out there's an updated fork to work with angular 8+ here https://github.com/efgiese/ngx-barcode6
After updating my project to the latest Angular version (11.2.4) I get this error;
ERROR in /../../node_modules/ngx-barcode/__ivy_ngcc__/index.js 128:8-32 "export 'ɵɵstaticViewQuery' (imported as 'ɵngcc0') was not found in '@angular/core'
Can this be solved? Or is there a workaround?