Installation
Install: Node.js first (LTS), then npm i -g @angular/cli. Check ng version. If ng is not found, PATH is wrong — not Angular’s fault.
ng new marks-app. Pick routing yes, stylesheet CSS unless the team said SCSS. ng serve. Open localhost:4200. That is installation done. Don’t jump to Docker on day one.
Trap: old Node (12/14) with a new CLI. Another trap: creating the project outside the folder you think you’re in, then editing the wrong files.
Exam tip
Node → CLI → ng new → ng serve.