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

npm warning: ngx-barcode@0.2.4 requires a peer of @angular/core@^4.0.0 #9

Open KlausHans opened 6 years ago

KlausHans commented 6 years ago

Please fix the deprecated npm dependency. I am using ngx-barcode with @angular/core: ^5.2.3 and it works fine, but the unnecessary warning is really annoying. Thank you.

LaghaAhmed commented 6 years ago

Same problem.

efgiese commented 6 years ago

Search on npm for ngx-barcode6

epelc commented 4 years ago

You can use our package for angular v9+ now.

We've upgrade to angular v9, repackaged it using the angular cli, and plan to maintain it going forward(we typically update to new major angular versions a few weeks after release). FYI it's compatible you just update your import line.

https://www.npmjs.com/package/@greatcloak/ngx-barcode

npm install --save @greatcloak/ngx-barcode jsbarcode