https://github.com/pixelverse-llc/strich-angular-sample
STRICH SDK Angular sample code
https://github.com/pixelverse-llc/strich-angular-sample
angular barcode-scanning strich-sdk
Last synced: 2 months ago
JSON representation
STRICH SDK Angular sample code
- Host: GitHub
- URL: https://github.com/pixelverse-llc/strich-angular-sample
- Owner: pixelverse-llc
- License: cc0-1.0
- Created: 2023-02-22T13:53:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-06T10:43:18.000Z (7 months ago)
- Last Synced: 2025-12-07T17:38:31.890Z (7 months ago)
- Topics: angular, barcode-scanning, strich-sdk
- Language: TypeScript
- Homepage: https://strich.io
- Size: 2.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STRICH SDK Angular sample code
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](https://docs.strich.io/getting-started.html) guide.
More on integrating our SDK into Angular apps can be found in the [Angular Integration Guide](https://docs.strich.io/angular-integration-guide.html).
To run the project, install the dependencies and then run the development server:
```shell
npm install
npm run start
```
The app will be available on http://localhost:4200.
To test with a smartphone, have a look at our [documentation](https://docs.strich.io/getting-started.html#testing-on-a-smartphone) for options.