Skip to content

Commit 9f4176e

Browse files
committed
chore: rename simple demo
1 parent bfc9695 commit 9f4176e

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

angular.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
}
3636
},
37-
"angular-redux-demo": {
37+
"angular-redux-simple-demo": {
3838
"projectType": "application",
3939
"schematics": {
4040
"@schematics/angular:component": {
@@ -64,25 +64,25 @@
6464
"skipTests": true
6565
}
6666
},
67-
"root": "projects/angular-redux-demo",
68-
"sourceRoot": "projects/angular-redux-demo/src",
67+
"root": "projects/angular-redux-simple-demo",
68+
"sourceRoot": "projects/angular-redux-simple-demo/src",
6969
"prefix": "app",
7070
"architect": {
7171
"build": {
7272
"builder": "@angular-devkit/build-angular:application",
7373
"options": {
74-
"outputPath": "dist/angular-redux-demo",
75-
"index": "projects/angular-redux-demo/src/index.html",
76-
"browser": "projects/angular-redux-demo/src/main.ts",
74+
"outputPath": "dist/angular-redux-simple-demo",
75+
"index": "projects/angular-redux-simple-demo/src/index.html",
76+
"browser": "projects/angular-redux-simple-demo/src/main.ts",
7777
"polyfills": ["zone.js"],
78-
"tsConfig": "projects/angular-redux-demo/tsconfig.app.json",
78+
"tsConfig": "projects/angular-redux-simple-demo/tsconfig.app.json",
7979
"assets": [
8080
{
8181
"glob": "**/*",
82-
"input": "projects/angular-redux-demo/public"
82+
"input": "projects/angular-redux-simple-demo/public"
8383
}
8484
],
85-
"styles": ["projects/angular-redux-demo/src/styles.css"],
85+
"styles": ["projects/angular-redux-simple-demo/src/styles.css"],
8686
"scripts": []
8787
},
8888
"configurations": {
@@ -113,10 +113,10 @@
113113
"builder": "@angular-devkit/build-angular:dev-server",
114114
"configurations": {
115115
"production": {
116-
"buildTarget": "angular-redux-demo:build:production"
116+
"buildTarget": "angular-redux-simple-demo:build:production"
117117
},
118118
"development": {
119-
"buildTarget": "angular-redux-demo:build:development"
119+
"buildTarget": "angular-redux-simple-demo:build:development"
120120
}
121121
},
122122
"defaultConfiguration": "development"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)