Angular Module for the [JsBarcode](https://github.com/lindell/JsBarcode) library.
npm install ngx-jsbarcodeThis exports a directive and a component:
* [jsbarcode]: apply jsbarcode to a single element, or multiple elements
contained by jsbarcodes.
* jsbarcodes: component that applies jsbarcode to all [jsbarcode]
elements it contains. This is more efficient since it only calls JsBarcode
once instead of once per each element.
```
If you are using *ngFor, to loop over elements, you can wrap this in so that the JsBarcode function is only run once.
``
This has the same effect whether you use or not, it's just
slightly more efficient to use it.
Note: if wraps elements that alter content children it mayJsBarcode` for
not be effective. This will still work, but it will call
each element.