赞
踩
https://angular.cn/tutorial/tour-of-heroes
https://angular.cn/tutorial/tour-of-heroes/toh-pt0
ng new angular-tour-of-heroes
cd angular-tour-of-heroes
ng serve --open
查看目录,未生成app.module.ts
网上搜了一下
https://github.com/angular/angular/issues/52751
需要使用如下命令:
ng new angular-tour-of-heroes --no-standalone --routing --ssr=false
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。