Angular 的开始

官方快速开始

1.设置开发环境:

npm install -g @angular/cli

2.创建新项目:

ng new my-app

3.运行项目

cd my-app
ng serve --open

默认打开页面为:http://localhost:4200/