mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 06:28:06 +01:00
Deep rename
This commit is contained in:
parent
7b2be34873
commit
5f18537bd5
4 changed files with 28154 additions and 130 deletions
18
angular.json
18
angular.json
|
|
@ -3,7 +3,7 @@
|
|||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"ngx-admin-demo": {
|
||||
"thingbook-ui": {
|
||||
"root": "",
|
||||
"sourceRoot": "src",
|
||||
"projectType": "application",
|
||||
|
|
@ -88,18 +88,18 @@
|
|||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "ngx-admin-demo:build"
|
||||
"browserTarget": "thingbook-ui:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "ngx-admin-demo:build:production"
|
||||
"browserTarget": "thingbook-ui:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "ngx-admin-demo:build"
|
||||
"browserTarget": "thingbook-ui:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
|
@ -156,8 +156,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"ngx-admin-demo-e2e": {
|
||||
"root": "",
|
||||
"thingbook-ui-e2e": {
|
||||
"root": "e2e",
|
||||
"sourceRoot": "",
|
||||
"projectType": "application",
|
||||
"architect": {
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
"builder": "@angular-devkit/build-angular:protractor",
|
||||
"options": {
|
||||
"protractorConfig": "./protractor.conf.js",
|
||||
"devServerTarget": "ngx-admin-demo:serve"
|
||||
"devServerTarget": "thingbook-ui:serve"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "ngx-admin-demo",
|
||||
"defaultProject": "thingbook-ui",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"prefix": "ngx",
|
||||
|
|
@ -190,4 +190,4 @@
|
|||
"prefix": "ngx"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue