gpt4 book ai didi

angular - 如何删除前缀 'app' 并使用 angular-cli 命令创建文件夹明智的组件/模块?

转载 作者:行者123 更新时间:2023-12-02 03:57:32 25 4
gpt4 key购买 nike

我已经安装了最新版本的节点,即 6.10 和 angular-cli,我正在尝试创建文件夹明智的组件和模块,但无法执行此操作,当我执行以下命令时,它将创建组件/模块但在“app/”文件夹内:

ng generate module app.module/app.module

事件我尝试将.angular-cli.json中的prefix属性修改为空白,如下但还是不行:

{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "app-cli"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"test": "test.ts",
"tsconfig": "tsconfig.app.json",
"testTsconfig": "tsconfig.spec.json",
"prefix": "",
"styles": [
"styles.css"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"lint": [
{
"project": "src/tsconfig.app.json"
},
{
"project": "src/tsconfig.spec.json"
},
{
"project": "e2e/tsconfig.e2e.json"
}
],
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "css",
"component": {}
}
}

我也尝试删除属性本身,但它不起作用。请告诉我如何使用 angular-cli 命令行创建文件夹明智的组件?这里发生了什么:

这正在发生:

enter image description here

我想要的结构:

enter image description here

最佳答案

在 angular.json 中 - 将前缀值更改为空格,如下所示:

"前缀": "",

关于angular - 如何删除前缀 'app' 并使用 angular-cli 命令创建文件夹明智的组件/模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43318149/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com