Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```