Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 790 Bytes

File metadata and controls

31 lines (17 loc) · 790 Bytes

Hyperdash Angular

build-and-test

Prerequisites

  • Angular ^21.0.0
  • Node ^20.19.0 || ^22.12.0 || >=23
  • NPM

Setup

npm install

RxJS Compatibility

@hypertrace/hyperdash-angular supports both RxJS 6 (^6.5.5) and RxJS 7 (^7.0.0).

The library code is kept compatible with both RxJS 6 and RxJS 7 import styles where practical.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run npm run test to execute the unit tests via Vitest

Commit

Run npm run commit and follow the prompts provided to create a properly formatted commit