yobryon / ngx-barcode

An angular component for Angular 4+ for creating 1-D barcodes based on Lindell's JsBarcode
https://yobryon.github.io/ngx-barcode
81 stars 53 forks source link

Need to update Angular Core dependencies #51

Open arnzame opened 3 years ago

arnzame commented 3 years ago

Currently we're on ng4 for ngx-barcode, which is very out of date. The only way to prevent NPM dependency collisions is to completely suppress all of them or find a workaround like https://www.npmjs.com/package/npm-force-resolutions.

We need to add versions corresponding to each major Angular release.

chrisbendel commented 2 years ago

@arnzame Ran into the same issue, turns out there's an updated fork to work with angular 8+ here https://github.com/efgiese/ngx-barcode6