schema-admin
v0.0.62
Published
- It expects a web-grpc schema_server reply through envoy. - default endpoint is `api0.usrp.ro:15001` - It expects a web-grpc imageapi reply thorugh envoy. - default endpoint is `api0.usrp.ro:15002` - It presumes that your `node_modules` folde
Downloads
15
Readme
###TO KNOW:
- It expects a web-grpc schema_server reply through envoy.
- default endpoint is
api0.usrp.ro:15001
- default endpoint is
- It expects a web-grpc imageapi reply thorugh envoy.
- default endpoint is
api0.usrp.ro:15002
- default endpoint is
- It presumes that your
node_modules
folder contains a folder namedproto
:- files that should be present there:
u_pb.js
,u_grpc_web_pb.js
,image_api_pb.js
,image_api_grpc_web_pb.js
- files that should be present there:
Build MorphModule as library by running npm run ng-packagr
Run as app with ng serve