@protobuf-ts/runtime-angular
Runtime library for using protobuf-ts with angular.
If you generate code with the protobuf-ts plugin and the enable_angular_annotations
option, or if you want to use the PbDatePipe
to format google.protobuf.Timestamp
or google.type.DateTime
like a JavaScript Date, you need this package as a dependency:
npm i @protobuf-ts/runtime-angular
The features provided by this package are documented in the MANUAL.
For a quick overview of protobuf-ts
, check the repository README.
Building this project
This project was generated with Angular CLI
version 10.0.5.
To work with lerna, package.json
has the publishConfig.directory
set to ./dist/
and the lifecycle script
scripts.version
bumps the versions of peerDependencies
and updates dist/package.jsons
.