Mangoose-Typescript-With-Repository-Pattern
Mangoose-Typescript-With-Repository-Pattern copied to clipboard
Based on the ErickWendel NodeJSWithTypescript repo
Results
1
Mangoose-Typescript-With-Repository-Pattern issues
Sort by
recently updated
recently updated
newest added
Hi, In line 3 of **RepositoryBase** class you have : `import IHeroModel = require("./../../model/interfaces/HeroModel");` This class should not have references to a specific model. I am searching for a NestJS...