Skip to content

Commit 5ea1d0c

Browse files
committed
feat(doc): move ngfor enhanvement
1 parent f96e9f3 commit 5ea1d0c

File tree

15 files changed

+22
-22
lines changed

15 files changed

+22
-22
lines changed

apps/ngfor-enhancement/.eslintrc.json renamed to apps/angular/ngfor-enhancement/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["../../.eslintrc.json"],
2+
"extends": ["../../../.eslintrc.json"],
33
"ignorePatterns": ["!**/*"],
44
"overrides": [
55
{

apps/ngfor-enhancement/README.md renamed to apps/angular/ngfor-enhancement/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Run Application
66

77
```bash
8-
npx nx serve ngfor-enhancement
8+
npx nx serve angular-ngfor-enhancement
99
```
1010

1111
### Documentation and Instruction

apps/ngfor-enhancement/project.json renamed to apps/angular/ngfor-enhancement/project.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "ngfor-enhancement",
3-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
2+
"name": "angular-ngfor-enhancement",
3+
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "application",
5-
"sourceRoot": "apps/ngfor-enhancement/src",
5+
"sourceRoot": "apps/angular/ngfor-enhancement/src",
66
"prefix": "app",
77
"targets": {
88
"build": {
99
"executor": "@angular-devkit/build-angular:browser",
1010
"outputs": ["{options.outputPath}"],
1111
"options": {
12-
"outputPath": "dist/apps/ngfor-enhancement",
13-
"index": "apps/ngfor-enhancement/src/index.html",
14-
"main": "apps/ngfor-enhancement/src/main.ts",
15-
"polyfills": "apps/ngfor-enhancement/src/polyfills.ts",
16-
"tsConfig": "apps/ngfor-enhancement/tsconfig.app.json",
12+
"outputPath": "dist/apps/angular/ngfor-enhancement",
13+
"index": "apps/angular/ngfor-enhancement/src/index.html",
14+
"main": "apps/angular/ngfor-enhancement/src/main.ts",
15+
"polyfills": "apps/angular/ngfor-enhancement/src/polyfills.ts",
16+
"tsConfig": "apps/angular/ngfor-enhancement/tsconfig.app.json",
1717
"inlineStyleLanguage": "scss",
1818
"assets": [
19-
"apps/ngfor-enhancement/src/favicon.ico",
20-
"apps/ngfor-enhancement/src/assets"
19+
"apps/angular/ngfor-enhancement/src/favicon.ico",
20+
"apps/angular/ngfor-enhancement/src/assets"
2121
],
22-
"styles": ["apps/ngfor-enhancement/src/styles.scss"],
22+
"styles": ["apps/angular/ngfor-enhancement/src/styles.scss"],
2323
"scripts": []
2424
},
2525
"configurations": {
@@ -38,8 +38,8 @@
3838
],
3939
"fileReplacements": [
4040
{
41-
"replace": "apps/ngfor-enhancement/src/environments/environment.ts",
42-
"with": "apps/ngfor-enhancement/src/environments/environment.prod.ts"
41+
"replace": "apps/angular/ngfor-enhancement/src/environments/environment.ts",
42+
"with": "apps/angular/ngfor-enhancement/src/environments/environment.prod.ts"
4343
}
4444
],
4545
"outputHashing": "all"
@@ -59,26 +59,26 @@
5959
"executor": "@angular-devkit/build-angular:dev-server",
6060
"configurations": {
6161
"production": {
62-
"browserTarget": "ngfor-enhancement:build:production"
62+
"browserTarget": "angular-ngfor-enhancement:build:production"
6363
},
6464
"development": {
65-
"browserTarget": "ngfor-enhancement:build:development"
65+
"browserTarget": "angular-ngfor-enhancement:build:development"
6666
}
6767
},
6868
"defaultConfiguration": "development"
6969
},
7070
"extract-i18n": {
7171
"executor": "@angular-devkit/build-angular:extract-i18n",
7272
"options": {
73-
"browserTarget": "ngfor-enhancement:build"
73+
"browserTarget": "angular-ngfor-enhancement:build"
7474
}
7575
},
7676
"lint": {
7777
"executor": "@nx/linter:eslint",
7878
"options": {
7979
"lintFilePatterns": [
80-
"apps/ngfor-enhancement/**/*.ts",
81-
"apps/ngfor-enhancement/**/*.html"
80+
"apps/angular/ngfor-enhancement/**/*.ts",
81+
"apps/angular/ngfor-enhancement/**/*.html"
8282
]
8383
}
8484
}
File renamed without changes.

0 commit comments

Comments
 (0)