Alt+Up Select text blocks in incrementing size
Alt+Down Deselect text blocks in decreasing size
Shift+Shift Search Everywhere pop-up window
| NestJs: | |
| - [ ] DI | |
| - [ ] NestJS uses the IoC container | |
| What are decorators: | |
| - The Nest framework uses TypeScript decorators extensively to improve its modularity and code maintainability. | |
| - Decorators then allow you to inject code into the actual definition of a class even before the class instance is created. |
| Test2 |