@ngx-grpc/protoc-gen-ng

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

A protoc plugin that generates gRPC service clients and message classes for Angular applications from .proto files. Version 1.0.2 is stable; release cadence is irregular. Key differentiator: generates strongly-typed TypeScript code leveraging Angular's HttpClient and RxJS Observables, with built-in support for gRPC-Web, unlike generic protoc-gen-grpc-web which outputs plain JavaScript. The plugin requires protoc and is part of the ngx-grpc ecosystem, which includes packages for client/server communication, message serialization, and testing utilities.