Barcode Generator
Barcode Overview
Provision is made for generating barcode images. This functionality is exposed in EntityRepo's Infrastructure object.
The node-barc library was exposed to the Infrastructure object as a barcodeGenerator
property. This means that the library can be accessed using
this.entityRepo.infrastructure().barcodeGenerator;