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

Update package.json #17

Closed soraliu closed 11 months ago

soraliu commented 5 years ago

Change @angular/core version, and remove rxjs and zone.js dependencies.

In our project(angular v6), we have tested this project, and it works. There is no import of rxjs and zone.js, so I remove it, because of when I exec yarn add ..., there will be some warnings.

image

Hope you can fix it.

bassem-i commented 2 years ago

Can we update the versions of angular core and merge this please? I would help if I can