Use this as a template for Angular 12 projects with the following, opinionated base setup ready to go:
- ESLint
- Prettier
- Jest
- rx-signals
- Typescript with safety belt, like:
- strictNullChecks
- strictPropertyInitialization
- OnPush change detection as default schematic
After npm install you can use:
ng serveng buildng testto run Jestng lintto run ESLintnpm run formatto run Prettier on all source files