Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 727 Bytes

File metadata and controls

23 lines (14 loc) · 727 Bytes

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.