Documentation
How to add Angular to a NestJs project ?
Other nestjs posts I’ve made a few posts about NestJs, you can find them here: How to update NestJs ? Setting up a NestJs pr...
How to publish a NestJs Module to npm
Projects creation First you need to create two directory in the same folder. One for the library / module you want to publish and ...
How to update NestJs ?
npm update didn’t work to update nest, as this post said: https://stackoverflow.com/questions/57469252/is-there-a-recommende...

Setting up nestjs project
1 - Generating the project nest new <project name> Which package manager would you ❤️ to use? I choose npm cd <project na...