@novx/communication
v0.2.4
Published
Communication library
Downloads
357
Readme
Novx Core
As part of the Novx Monorepo, Core provides basic infrastructural elements, which are
- a dependency injection solution
- an integrated aop solution
- handling of configuration values
- error handling
- tracing
Building
Run nx build communication to build the library.
Running unit tests
Run nx test communication to execute the unit tests via Jest.
