Mongoose (Typegoose) and RXJS Mongoose (Typegoose) and RXJS mongoose mongoose

Mongoose (Typegoose) and RXJS


Queries are not promises. https://mongoosejs.com/docs/promises.html#queries-are-not-promises

They have .then functions but are not full promises. If you need a promise, call the .exec command.

MyClassModel.find({}).exec()