英雄巡回赛
该项目是使用版本11.2.3生成的。
设置
npm install -g angular/cli
ng help
ng generate --help
ng new tour-of-heroes
cd tour-of-heroes
ng serve
工作空间结构
开发服务器
为开发服务器运行ng serve 。导航到http://localhost:4200/ 。如果您更改任何源文件,该应用程序将自动重新加载。
代码脚手架
运行ng generate component compon