Skip to content

Commit 371eb49

Browse files
committed
refactor(examples): rename
1 parent 16f7736 commit 371eb49

File tree

204 files changed

+454
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+454
-296
lines changed

apps/kitchen-sink-new/project.json renamed to apps/examples/project.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "kitchen-sink-new",
2+
"name": "examples",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "application",
55
"prefix": "app",
6-
"sourceRoot": "apps/kitchen-sink-new/src",
6+
"sourceRoot": "apps/examples/src",
77
"tags": [],
88
"targets": {
99
"build": {
1010
"executor": "@angular/build:application",
1111
"outputs": ["{options.outputPath}"],
1212
"options": {
13-
"outputPath": "dist/apps/kitchen-sink-new",
14-
"index": "apps/kitchen-sink-new/src/index.html",
15-
"browser": "apps/kitchen-sink-new/src/main.ts",
16-
"tsConfig": "apps/kitchen-sink-new/tsconfig.app.json",
13+
"outputPath": "dist/apps/examples",
14+
"index": "apps/examples/src/index.html",
15+
"browser": "apps/examples/src/main.ts",
16+
"tsConfig": "apps/examples/tsconfig.app.json",
1717
"assets": [
1818
{
1919
"glob": "**/*",
20-
"input": "apps/kitchen-sink-new/public"
20+
"input": "apps/examples/public"
2121
}
2222
],
23-
"styles": ["apps/kitchen-sink-new/src/styles.css"],
23+
"styles": ["apps/examples/src/styles.css"],
2424
"scripts": [],
2525
"loader": {
2626
".blob": "file",
@@ -59,18 +59,18 @@
5959
"executor": "@angular/build:dev-server",
6060
"configurations": {
6161
"production": {
62-
"buildTarget": "kitchen-sink-new:build:production"
62+
"buildTarget": "examples:build:production"
6363
},
6464
"development": {
65-
"buildTarget": "kitchen-sink-new:build:development"
65+
"buildTarget": "examples:build:development"
6666
}
6767
},
6868
"defaultConfiguration": "development"
6969
},
7070
"extract-i18n": {
7171
"executor": "@angular-devkit/build-angular:extract-i18n",
7272
"options": {
73-
"buildTarget": "kitchen-sink-new:build"
73+
"buildTarget": "examples:build"
7474
}
7575
},
7676
"lint": {

0 commit comments

Comments
 (0)