@nestrx/context
v0.0.2
Published
The Context module for NestJs framework.
Maintainers
Readme
Context Module
The context module for NestJS framework.
Installation
npm:
npm i @nestrx/contextyan
yan add @nestrx/contextConfigure
app.module.ts
...
@Module({
...
imports: [
...
ContextModule,
...
],
...
})
...