barcode-reader-javascript-samples/frameworks/angular at main · Surfndez/barcode-reader-javascript-samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Angular samples

This directory contains Angular-based examples demonstrating how to use the Dynamsoft Barcode Reader (JavaScript edition) in Angular projects.

Included examples

  • scan-using-foundational-api/ — Example using the foundational API.
  • scan-using-rtu-api/ — Example using the RTU API.

Quick start

  1. Change to a subexample directory, e.g.:

    cd scan-using-foundational-api
  2. Follow the subexample README for exact steps (typically: npm install && npm run start or ng serve).

Notes

  • Run examples via the framework dev server. Opening files directly may break module loading or camera access.
  • See the repository root README.md for general usage and license information.