Project example for @Param decorator not working when TypeOrmModule is imported into modules.
To test
npm inpm run start:dev- In browser, navigate to
http://localhost:3000/broken-controller/test- There will be no output here
- Comment out the TypeOrmModule import in
app.module.ts - Comment out the TypeOrmModule import in
typeorm.module.ts - In browser, navigate to
http://localhost:3000/broken-controller/test- There will be output