我在Angular 2应用程序中生成组件时遇到问题。我在名为“other”的文件夹中运行命令ng g component [nameofcomponent] -it -is
。根据文档,它应该在此文件夹中生成组件,而不是在外部。我不知道为什么会这样。
答案 0 :(得分:0)
工作正常。
M74-MAC:~/App_v2/src/app/other$ ng g component new-component
installing component
create src/app/other/new-component/new-component.component.css
create src/app/other/new-component/new-component.component.html
create src/app/other/new-component/new-component.component.spec.ts
create src/app/other/new-component/new-component.component.ts
答案 1 :(得分:0)
好吧,当我使用git bash而不是cmd时,它似乎是错误的。 在cmd中一切正常。我不知道为什么。