ngx-barcode6
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -33,3 +33,3 @@ import { OnChanges, Renderer2, ElementRef, AfterViewInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxBarcode6Component, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxBarcode6Component, "ngx-barcode6", never, { "elementType": "bc-element-type"; "cssClass": "bc-class"; "format": "bc-format"; "lineColor": "bc-line-color"; "width": "bc-width"; "height": "bc-height"; "displayValue": "bc-display-value"; "fontOptions": "bc-font-options"; "font": "bc-font"; "textAlign": "bc-text-align"; "textPosition": "bc-text-position"; "textMargin": "bc-text-margin"; "fontSize": "bc-font-size"; "background": "bc-background"; "margin": "bc-margin"; "marginTop": "bc-margin-top"; "marginBottom": "bc-margin-bottom"; "marginLeft": "bc-margin-left"; "marginRight": "bc-margin-right"; "value": "bc-value"; "valid": "bc-valid"; }, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxBarcode6Component, "ngx-barcode6", never, { "elementType": "bc-element-type"; "cssClass": "bc-class"; "format": "bc-format"; "lineColor": "bc-line-color"; "width": "bc-width"; "height": "bc-height"; "displayValue": "bc-display-value"; "fontOptions": "bc-font-options"; "font": "bc-font"; "textAlign": "bc-text-align"; "textPosition": "bc-text-position"; "textMargin": "bc-text-margin"; "fontSize": "bc-font-size"; "background": "bc-background"; "margin": "bc-margin"; "marginTop": "bc-margin-top"; "marginBottom": "bc-margin-bottom"; "marginLeft": "bc-margin-left"; "marginRight": "bc-margin-right"; "value": "bc-value"; "valid": "bc-valid"; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "ngx-barcode6", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "An angular component for Angular 9 - 14 for creating 1-D barcodes based on Lindell's JsBarcode", | ||
@@ -19,2 +19,3 @@ "homepage": "https://github.com/efgiese/ngx-barcode6#readme", | ||
"Angular14", | ||
"Angular15", | ||
"barcode", | ||
@@ -28,4 +29,4 @@ "jsbarcode" | ||
"peerDependencies": { | ||
"@angular/common": ">=9.0.0 <15.0.0", | ||
"@angular/core": ">=9.0.0 <15.0.0", | ||
"@angular/common": ">=9.0.0 <16.0.0", | ||
"@angular/core": ">=9.0.0 <16.0.0", | ||
"jsbarcode": "^3.11.5" | ||
@@ -36,2 +37,3 @@ }, | ||
}, | ||
"sideEffects": false, | ||
"module": "fesm2015/ngx-barcode6.mjs", | ||
@@ -55,4 +57,3 @@ "es2020": "fesm2020/ngx-barcode6.mjs", | ||
} | ||
}, | ||
"sideEffects": false | ||
} | ||
} |
# ngx-barcode6 | ||
An angular component for Angular 9 - 14 for creating 1-D barcodes based on [Lindell's JsBarcode](https://github.com/lindell/JsBarcode). | ||
An angular component for Angular 9 - 15 for creating 1-D barcodes based on [Lindell's JsBarcode](https://github.com/lindell/JsBarcode). | ||
This is forked from [yobryon/ngx-barcode](https://github.com/yobryon/ngx-barcode) and upgraded to Angular 6 works on Angular 13.x. | ||
This is forked from [yobryon/ngx-barcode](https://github.com/yobryon/ngx-barcode) and upgraded to Angular 6 works on Angular 15.x. | ||
@@ -46,2 +46,4 @@ ## Supported barcodes | ||
For Angular 10 try `ngx-barcode6@1.0.12`. | ||
## Usage | ||
@@ -48,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56963
92