This repository shows to integrate STRICH SDK in an Angular project. You need a valid license key to run this sample. To get started with STRICH SDK, check out to the Getting Started guide.
More on integrating our SDK into Angular apps can be found in the Angular Integration Guide.
To run the project, install the dependencies and then run the development server:
npm install
npm run startThe app will be available on http://localhost:4200.
There is a PDF test sheet included in this repository for testing. If you need to create your own barcodes, use Barcode.new or an alternative barcode generator.
You are likely developing a smartphone app, and since the development server is only available on localhost, you will have trouble connecting to it.
We recommend using tools like Ngrok that expose your local development server on a public address that you can access from your smartphone, see our section Testing on a Smartphone.