An open API service indexing awesome lists of open source software.

https://github.com/zaucy/protoc-gen-ngx

protoc plugin for generating angular service's
https://github.com/zaucy/protoc-gen-ngx

Last synced: 6 months ago
JSON representation

protoc plugin for generating angular service's

Awesome Lists containing this project

README

          

# protoc plugin for angular

Generates injectable angular services. Methods take 1 argument and returns an Observable if it's a stream or a Promise otherwise.

:warning: This plugin was created for and relies on [grpc-gen](https://github.com/zaucy/grpc-gen). It is intended for protoc-gen-ngx to be standalone in the future.