![]() |
1
8
使用ng new仍然是实现这一点的最简单方法。
|
![]() |
2
5
@Austin752的答案似乎已经过时了。根据文档,将angular应用程序添加到现有项目的命令是(angular CLI版本8.3.23):
或
请参见: https://angular.io/cli/generate#application-command
这将在中添加新应用程序
|
![]() |
3
2
至少在Angular的最新版本中,有一个参数--directory。 现在你就跑吧
|
![]() |
4
0
我最近参与了一个需要这种设置的项目。从Angular 7.2开始,简单键入
将在项目文件夹中创建新应用程序 在新创建的应用程序中创建组件
|
![]() |
John Rousseau · 将js组件导入Angular 5 7 年前 |
![]() |
Bob Zheng · 数据路径“”不应具有其他属性(dryRun) 7 年前 |
![]() |
Rod · 英雄角巡演-包括测试项目,但不起作用 7 年前 |
![]() |
MPoutanen · 角度6:返回HttpHeaders 7 年前 |
![]() |
Dragouf · angular6:使用cli添加通用支持 7 年前 |
![]() |
Paco Zevallos · 角度5更新为6 7 年前 |