Awesome
DISCONTINUED
ngx-trpc was moved to analogjs/trpc
ngx-trpc-nx-fastify-example
Features
- Type inheritance from Prisma to the API to the frontend Angular app
- Easy usage of trpc client in Angular components.
- Queue management via Bull.
ngx-trpc
Example implementation of ngx-trpc
- Uses Angular's dependency injection and trpc's AppRouter type to provide a typesafe api.
- Provides an built-in client to convert trpc promises to observables and trpc client links and data transformers
Run backend, frontend and bull runner
npm run serve