Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可能对谷歌不满意,因为没有找到这个,但它就在这里。
生成路径前缀来自ng generate哪里的组件时src/app,如何更改它?
ng generate
src/app
我src/app在下面的图片中谈论。
你可以在你的 angular.json 文件中找到它,属性sourceRoot例如:
sourceRoot
"sourceRoot": "projects/myproject/src",
您可以在 angular.json 文件中找到它。为了更好地理解,请遵循官方 Angular 指南
https://angular.io/guide/workspace-config
你应该去你想要创建组件的路径
前任
cd 所需路径
ng gc 所需组件名称