-
In the [documentation](https://docs.nestjs.com/techniques/mongodb#model-injection)
```typescript
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import { Document } from 'mongoose';…
-
## Steps to reproduces
- Create new project ``nest n -l js myproject``
- Follow the steps described here: https://docs.nestjs.com/techniques/mongodb
- ``npm run start:dev``
Then I get this erro…
-
## I'm submitting a...
[X] Regression
[X] Bug report
[ ] Feature request
[X] Documentation issue or request
[X] Support request => Please do not submit support request here, instead post…
-
## Versions
Node 12 LTS latest version.
Latest versions of Typegoose and Mongoose.
nestjs/typegoose latest version
## What is the Problem?
I'm trying to add multiple methods to a post hoo…
-
Is there a way to use [mongoose-field-encryption](https://github.com/wheresvic/mongoose-field-encryption) with typegoose?
Or is there another way to use Client-Side Field Level Encryption?
T…
-
Thanks for your package contribution. I would use it immediately if it was using typegoose deceorators. IS there any reason why you did not choose typegoose and choose mongoose decorators?
-
## I'm trying to conenct mongo replicat set,but until retrying ....
## Input Code
// app.module.ts
import { Module, } from '@nestjs/common';
import * as path from 'path';
import { App…
-
Make the following attributes nullable (i.e. the attribute is required, but the value can be `null`)
- `Simulator.format` -- used when the `Simulator.image` is null
- `Simulator.license` -- used whe…
-
my package json: `"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/jwt": "^7.1.0",
"@nestjs/mongoose": "^7.0.2",
"@nestjs/ng-universal": "^4.0.1",
"@nestjs/passp…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[x] Support request => Please do not submit support request here, instead post your …