|
1 |
| -# Changelog |
| 1 | +# Angular Barcode Generator Component |
2 | 2 |
|
3 |
| -## [Unreleased] |
| 3 | +The [Angular Barcode](https://www.syncfusion.com/angular-components/angular-barcode?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) (QR Code) Generator Component is a light-weight and high-performance control that displays industry-standard 1D and 2D barcodes in Angular applications. Generated barcodes are optimized for printing and on-screen scanning. It is designed for ease of use and does not require fonts. |
4 | 4 |
|
5 |
| -### Barcode |
| 5 | +<p align="center"> |
| 6 | + <a href="https://ej2.syncfusion.com/angular/documentation/barcode/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm">Getting started</a> . |
| 7 | + <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm#/bootstrap5/barcode/default-functionalities">Online demos</a> . |
| 8 | + <a href="https://www.syncfusion.com/angular-components/angular-barcode?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm">Learn more</a> |
| 9 | +</p> |
6 | 10 |
|
7 |
| -The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers |
| 11 | +<p align="center"> |
| 12 | + <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-barcode.png" alt="Angular Barcode Control"/> |
| 13 | +</p> |
8 | 14 |
|
9 |
| -- Custom shapes can also be created and added easily. |
10 |
| -- Supports 2 two-dimensional barcodes such as QR and DataMatrix barcodes. |
| 15 | + |
| 16 | +<p align="center"> |
| 17 | +Trusted by the world's leading companies |
| 18 | + <a href="https://www.syncfusion.com"> |
| 19 | + <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo"> |
| 20 | + </a> |
| 21 | +</p> |
| 22 | + |
| 23 | +## Setup |
| 24 | + |
| 25 | +### Create an Angular Application |
| 26 | + |
| 27 | +You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command. |
| 28 | + |
| 29 | +```bash |
| 30 | +npm install -g @angular/cli |
| 31 | +``` |
| 32 | + |
| 33 | +Create a new Angular application using the following Angular CLI command. |
| 34 | + |
| 35 | +```bash |
| 36 | +ng new my-app |
| 37 | +cd my-app |
| 38 | +``` |
| 39 | + |
| 40 | +### Adding Syncfusion Barcode Generator package |
| 41 | + |
| 42 | +All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command. |
| 43 | + |
| 44 | +```bash |
| 45 | +npm install @syncfusion/ej2-angular-barcode-generator --save |
| 46 | +``` |
| 47 | + |
| 48 | +The above command does the below configuration to your Angular app. |
| 49 | + |
| 50 | + * Adds `@syncfusion/ej2-angular-barcode-generator` package and its peer dependencies to your `package.json` file. |
| 51 | + * Imports the `BarcodeGeneratorAllModule`, `QRCodeGeneratorAllModule`, `DataMatrixGeneratorAllModule` in your application module `app.module.ts`. |
| 52 | + * Registers the Syncfusion UI default theme (material) in the `angular.json` file. |
| 53 | + |
| 54 | +This makes it easy to add the Syncfusion Angular Barcode Generator module to your project and start using it in your application. |
| 55 | + |
| 56 | +### Add Barcode Generator component |
| 57 | + |
| 58 | +In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Barcode Generator component. |
| 59 | + |
| 60 | +```typescript |
| 61 | +import { Component, OnInit } from '@angular/core'; |
| 62 | + |
| 63 | +@Component({ |
| 64 | + selector: 'app-root', |
| 65 | + template: `<ejs-barcodegenerator id="barcode" width="200px" height="150px" mode="SVG" type="Codabar" value="123456789">` |
| 66 | +}) |
| 67 | +export class AppComponent implements OnInit {} |
| 68 | +``` |
| 69 | + |
| 70 | +## Supported frameworks |
| 71 | + |
| 72 | +Barcode component is also offered in the following list of frameworks. |
| 73 | + |
| 74 | +| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) | |
| 75 | +| :-----: | :-----: | :-----: | :-----: | :-----: | |
| 76 | + |
| 77 | +## Showcase samples |
| 78 | + |
| 79 | +* Expense Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) |
| 80 | +* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ng-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) |
| 81 | +* Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-angular-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/angular/fitness-tracker-app/) |
| 82 | + |
| 83 | +## Key features |
| 84 | + |
| 85 | +* Barcode Symbologies - Supports a wide range of barcode symbologies, including: |
| 86 | + * [QR Code](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/qrCode) |
| 87 | + * [Data Matrix](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/datamatrix) |
| 88 | + * [Code 39](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/code39) |
| 89 | + * [Code 39 Extended](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/code39Extd) |
| 90 | + * [Codabar](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/codabar) |
| 91 | + * [Code 32](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/code32) |
| 92 | + * [Code 93](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/Code93) |
| 93 | + * [Code 128](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/Code128) |
| 94 | + * [Code 128A](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/Code128A) |
| 95 | + * [Code 128B](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/Code128B) |
| 96 | + * [Code 128C](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/Code128C) |
| 97 | + * [EAN-8](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/default-functionalities) |
| 98 | + * [EAN-13](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/ean13) |
| 99 | + * [UPC-A](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/upcA) |
| 100 | + * [UPC-E](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/barcode/upcE) |
| 101 | +* Text Customization - Allows you to customize the text displayed. |
| 102 | +* Exporting - Barcode can be exported as .png or .jpeg fromat image and can also be exported as base64 string. |
| 103 | + |
| 104 | +## Support |
| 105 | + |
| 106 | +Product support is available through the following mediums. |
| 107 | + |
| 108 | +* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support |
| 109 | +* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) |
| 110 | +* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new) |
| 111 | +* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) |
| 112 | +* Live chat |
| 113 | + |
| 114 | +## Changelog |
| 115 | + |
| 116 | +Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates. |
| 117 | + |
| 118 | +## License and copyright |
| 119 | + |
| 120 | +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). |
| 121 | +
|
| 122 | +> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. |
| 123 | +
|
| 124 | +See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-barcode-npm) for more info. |
| 125 | + |
| 126 | +© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
0 commit comments