-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
### How to get @props List in @pre ?
I want to get all props for the current model, Is there any way to achieve it ?
### code
``` typescript
@pre('save', function() {
// const doc …
-
I'm trying to use multiple dbs in my app, however I get this error:
```
the options [connectionName] is not supported
```
Here is my usage of the typegoose module
```
@Module({
imports: [
…
mmv08 updated
4 years ago
-
Hi, I've noticed some of my arrays for some reason have this __uniqueID property added to it, no idea why:, here's the data:
```
"projects": [
{
"_id": "B3oHPwxf4QzqDZBiw",…
-
```
import { Post, Param, Delete, Put, Get, Res, Body, HttpStatus } from "@nestjs/common";
import { ApiResponse, ApiOperation } from "@nestjs/swagger";
import { Response } from 'express';
import {…
-
**Is your feature request related to a problem? Please describe.**
I just started exploring this library and I have to say, I like it.
Just one thing, I was expecting indexes for mongodb working jus…
-
Im using below code to generate request ID:-
```
shared.module.ts
import {
Module,
HttpModule
} from '@nestjs/common';
import { MongooseModule } from '@nestjs/mongoose';
import { APP_F…
-
does @types/mongoose needs upgrade to be used with this nestjs example?
I get this error:
`interface Device
Interface 'Device' incorrectly extends interface 'Document'.
Types of property 'mo…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your …
-
Hey, great work! Maybe if you have time you could add a little more documentation? On the other hand I can find the most things in the interfaces and the dynamoose documentation so it might be okay.
…
MickL updated
4 years ago