An Angular monorepo providing a suite of libraries for building consistent, accessible, and analytics-aware applications.
| Package | Description |
|---|---|
@atlasng/analytics |
User interaction logging and privacy consent management |
@atlasng/cdk |
Low-level primitives: overlays, portals, focus management |
@atlasng/common |
Shared pipes, directives, guards, and utilities |
@atlasng/core |
Platform bootstrap, environment config, and DI tokens |
@atlasng/design-system |
UI component catalog, design tokens, and theming |
- Node.js 20+
- npm 10+
npm installnpx nx serve AtlasNG# Build all projects
npx nx run-many -t build
# Build a specific library
npx nx test analytics# Run tests for all projects
npx nx run-many -t test
# Run tests for a specific library
npx nx test analyticsnpx nx run-many -t lint