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
- Host: GitHub
- URL: https://github.com/zaucy/protoc-gen-ngx
- Owner: zaucy
- Created: 2017-12-12T12:15:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T16:15:01.000Z (over 3 years ago)
- Last Synced: 2025-11-27T09:34:53.486Z (8 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.