angular新版本未生成app.module.ts

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

相关推荐

  1. angular版本生成app.module.ts

    2023-12-08 12:04:02       43 阅读

最近更新

  1. LVS集群

    2023-12-08 12:04:02       0 阅读
  2. rust way step 1

    2023-12-08 12:04:02       1 阅读
  3. .gitmodules文件

    2023-12-08 12:04:02       1 阅读
  4. git提交emoji指南

    2023-12-08 12:04:02       1 阅读
  5. 自动化测试的秘诀:Conda包依赖的智能检测之旅

    2023-12-08 12:04:02       1 阅读
  6. 升级之道:精通Conda的自我升级艺术

    2023-12-08 12:04:02       1 阅读
  7. python拆分Excel数据,自动发邮箱

    2023-12-08 12:04:02       1 阅读
  8. 【LeetCode】169. 多数元素

    2023-12-08 12:04:02       1 阅读

热门阅读

  1. github代码大纲

    2023-12-08 12:04:02       36 阅读
  2. sed 只用来替换文本?一文掌握 sed 更多用法

    2023-12-08 12:04:02       33 阅读
  3. 常见代码优化案例记录

    2023-12-08 12:04:02       28 阅读
  4. SQL 中连接类型大全

    2023-12-08 12:04:02       32 阅读
  5. PHP案例:探究MySQL应用开发喜好的网络调查

    2023-12-08 12:04:02       41 阅读
  6. MySQL 数字函数

    2023-12-08 12:04:02       27 阅读
  7. vuex实现持久化存储

    2023-12-08 12:04:02       50 阅读
  8. Git的相关命令

    2023-12-08 12:04:02       39 阅读