0
点赞
收藏
分享

微信扫一扫

<蓝桥杯软件赛>零基础备赛20周--第8周第1讲--十大排序

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

举报

相关推荐

0 条评论