Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T15:49:44.000Z (about 1 month ago)
- Last Synced: 2024-11-25T16:39:57.260Z (about 1 month ago)
- Topics: angular, barcode-scanning, strich-sdk
- Language: TypeScript
- Homepage: https://strich.io
- Size: 1.52 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- 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).
The project was created using the following Angular CLI invocation:
```shell
ng new strich-angular-sample --routing=true --ssr=false --standalone=true --style scss
```