Quick start
This is the documentation for Angular 7.
You can switch to the latest version Angular 10.
You can switch to the latest version Angular 10.
Install Angular CLI:
npm i @angular/cli -g
Create a new project:
ng new my-app
Serve the application:
cd my-app
ng serve
Links & Tutorials