Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestrx/context
https://github.com/nestrx/context
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nestrx/context
- Owner: nestrx
- License: mit
- Created: 2019-05-23T12:14:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T15:57:32.000Z (over 4 years ago)
- Last Synced: 2024-10-09T11:25:07.035Z (about 1 month ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Context Module
The context module for [NestJS framework](https://nestjs.com/).## Installation
npm:
```bash
npm i @nestrx/context
```
yan
```bash
yan add @nestrx/context
```## Configure
app.module.ts
```ts
...
@Module({
...
imports: [
...
ContextModule,
...
],
...
})
...
```