A collection of modern Angular utilities and integrations built with Angular 20+ best practices.
📦 ngclerk
Angular integration for Clerk authentication with full SSR support, signal-based reactivity, and TypeScript.
📦 ngconvex
Production-ready Angular SDK for Convex with signal-first architecture, full pagination support, and seamless Clerk integration.
More Angular tools and integrations coming soon! This monorepo will continue to grow with additional utilities for the Angular ecosystem.
This is an Angular workspace monorepo using Angular CLI for building and managing packages.
packages/ngclerk: Clerk authentication for Angularpackages/ngconvex: Convex realtime database SDK for Angularapps/ssr-app: Example Angular SSR application
Each package is 100% TypeScript with modern Angular standalone components.
- Node.js 18+
- pnpm (recommended) or npm
- Angular CLI (
npm install -g @angular/cli)
# Install dependencies
pnpm installBuild a specific package using Angular CLI:
ng build ngconvex
ng build ngclerkBuild all packages:
pnpm buildRun the SSR example app:
ng serve ssr-appOr use the npm script:
pnpm startRun tests for a specific package:
ng test ngconvex
ng test ngclerkRun all tests:
pnpm testContributions are welcome! Please feel free to submit a Pull Request.
MIT