如何读取响应 HTTP 请求而收到的 angular4 中的 protobuf 对象
How to read protobuf object in angular4 received in response of an HTTP request
尝试读取 protobuf 对象而不是 angular4 中的 JSON 对象。
我找到了这个 dcodeIO/protobufjs。但是我不明白我应该如何在我的项目中使用它?
我还尝试使用 typings install dt~protobufjs --global 安装 protobufjs 的类型。当我导入它时,WebStorm 说找不到模块 protobuf。
任何帮助!赞赏!
我们可以使用 google-protobuf 库在 angular4 中读取 protobuf 对象。
导入语法是 -
## import * as goog from 'google-protobuf'; ##
参考 github link 是 -
https://github.com/sparten11740/angular-protobuf-example
尝试读取 protobuf 对象而不是 angular4 中的 JSON 对象。
我找到了这个 dcodeIO/protobufjs。但是我不明白我应该如何在我的项目中使用它?
我还尝试使用 typings install dt~protobufjs --global 安装 protobufjs 的类型。当我导入它时,WebStorm 说找不到模块 protobuf。
任何帮助!赞赏!
我们可以使用 google-protobuf 库在 angular4 中读取 protobuf 对象。 导入语法是 -
## import * as goog from 'google-protobuf'; ##
参考 github link 是 - https://github.com/sparten11740/angular-protobuf-example