diff --git a/apps/pipe-easy/.eslintrc.json b/apps/angular/pipe-easy/.eslintrc.json similarity index 94% rename from apps/pipe-easy/.eslintrc.json rename to apps/angular/pipe-easy/.eslintrc.json index 7eef2ce..8ebcbfd 100644 --- a/apps/pipe-easy/.eslintrc.json +++ b/apps/angular/pipe-easy/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": ["../../.eslintrc.json"], + "extends": ["../../../.eslintrc.json"], "ignorePatterns": ["!**/*"], "overrides": [ { diff --git a/apps/pipe-easy/README.md b/apps/angular/pipe-easy/README.md similarity index 87% rename from apps/pipe-easy/README.md rename to apps/angular/pipe-easy/README.md index 40f900e..350a0d5 100644 --- a/apps/pipe-easy/README.md +++ b/apps/angular/pipe-easy/README.md @@ -5,7 +5,7 @@ ### Run Application ```bash -npx nx serve pipe-easy +npx nx serve angular-pipe-easy ``` ### Documentation and Instruction diff --git a/apps/pipe-easy/project.json b/apps/angular/pipe-easy/project.json similarity index 60% rename from apps/pipe-easy/project.json rename to apps/angular/pipe-easy/project.json index 0855513..a476038 100644 --- a/apps/pipe-easy/project.json +++ b/apps/angular/pipe-easy/project.json @@ -1,25 +1,25 @@ { - "name": "pipe-easy", - "$schema": "../../node_modules/nx/schemas/project-schema.json", + "name": "angular-pipe-easy", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "sourceRoot": "apps/pipe-easy/src", + "sourceRoot": "apps/angular/pipe-easy/src", "prefix": "app", "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", "outputs": ["{options.outputPath}"], "options": { - "outputPath": "dist/apps/pipe-easy", - "index": "apps/pipe-easy/src/index.html", - "main": "apps/pipe-easy/src/main.ts", - "polyfills": "apps/pipe-easy/src/polyfills.ts", - "tsConfig": "apps/pipe-easy/tsconfig.app.json", + "outputPath": "dist/apps/angular/pipe-easy", + "index": "apps/angular/pipe-easy/src/index.html", + "main": "apps/angular/pipe-easy/src/main.ts", + "polyfills": "apps/angular/pipe-easy/src/polyfills.ts", + "tsConfig": "apps/angular/pipe-easy/tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ - "apps/pipe-easy/src/favicon.ico", - "apps/pipe-easy/src/assets" + "apps/angular/pipe-easy/src/favicon.ico", + "apps/angular/pipe-easy/src/assets" ], - "styles": ["apps/pipe-easy/src/styles.scss"], + "styles": ["apps/angular/pipe-easy/src/styles.scss"], "scripts": [] }, "configurations": { @@ -38,8 +38,8 @@ ], "fileReplacements": [ { - "replace": "apps/pipe-easy/src/environments/environment.ts", - "with": "apps/pipe-easy/src/environments/environment.prod.ts" + "replace": "apps/angular/pipe-easy/src/environments/environment.ts", + "with": "apps/angular/pipe-easy/src/environments/environment.prod.ts" } ], "outputHashing": "all" @@ -59,10 +59,10 @@ "executor": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "browserTarget": "pipe-easy:build:production" + "browserTarget": "angular-pipe-easy:build:production" }, "development": { - "browserTarget": "pipe-easy:build:development" + "browserTarget": "angular-pipe-easy:build:development" } }, "defaultConfiguration": "development" @@ -70,15 +70,15 @@ "extract-i18n": { "executor": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "pipe-easy:build" + "browserTarget": "angular-pipe-easy:build" } }, "lint": { "executor": "@nx/linter:eslint", "options": { "lintFilePatterns": [ - "apps/pipe-easy/**/*.ts", - "apps/pipe-easy/**/*.html" + "apps/angular/pipe-easy/**/*.ts", + "apps/angular/pipe-easy/**/*.html" ] } } diff --git a/apps/pipe-easy/src/app/app.component.ts b/apps/angular/pipe-easy/src/app/app.component.ts similarity index 100% rename from apps/pipe-easy/src/app/app.component.ts rename to apps/angular/pipe-easy/src/app/app.component.ts diff --git a/apps/pipe-easy/src/assets/.gitkeep b/apps/angular/pipe-easy/src/assets/.gitkeep similarity index 100% rename from apps/pipe-easy/src/assets/.gitkeep rename to apps/angular/pipe-easy/src/assets/.gitkeep diff --git a/apps/pipe-easy/src/environments/environment.prod.ts b/apps/angular/pipe-easy/src/environments/environment.prod.ts similarity index 100% rename from apps/pipe-easy/src/environments/environment.prod.ts rename to apps/angular/pipe-easy/src/environments/environment.prod.ts diff --git a/apps/pipe-easy/src/environments/environment.ts b/apps/angular/pipe-easy/src/environments/environment.ts similarity index 100% rename from apps/pipe-easy/src/environments/environment.ts rename to apps/angular/pipe-easy/src/environments/environment.ts diff --git a/apps/pipe-easy/src/favicon.ico b/apps/angular/pipe-easy/src/favicon.ico similarity index 100% rename from apps/pipe-easy/src/favicon.ico rename to apps/angular/pipe-easy/src/favicon.ico diff --git a/apps/pipe-easy/src/index.html b/apps/angular/pipe-easy/src/index.html similarity index 100% rename from apps/pipe-easy/src/index.html rename to apps/angular/pipe-easy/src/index.html diff --git a/apps/pipe-easy/src/main.ts b/apps/angular/pipe-easy/src/main.ts similarity index 100% rename from apps/pipe-easy/src/main.ts rename to apps/angular/pipe-easy/src/main.ts diff --git a/apps/pipe-easy/src/polyfills.ts b/apps/angular/pipe-easy/src/polyfills.ts similarity index 100% rename from apps/pipe-easy/src/polyfills.ts rename to apps/angular/pipe-easy/src/polyfills.ts diff --git a/apps/pipe-easy/src/styles.scss b/apps/angular/pipe-easy/src/styles.scss similarity index 100% rename from apps/pipe-easy/src/styles.scss rename to apps/angular/pipe-easy/src/styles.scss diff --git a/apps/pipe-easy/tsconfig.app.json b/apps/angular/pipe-easy/tsconfig.app.json similarity index 88% rename from apps/pipe-easy/tsconfig.app.json rename to apps/angular/pipe-easy/tsconfig.app.json index ed3ec6e..7a4dbc4 100644 --- a/apps/pipe-easy/tsconfig.app.json +++ b/apps/angular/pipe-easy/tsconfig.app.json @@ -1,7 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc", + "outDir": "../../../dist/out-tsc", "types": [], "target": "ES2022", "useDefineForClassFields": false diff --git a/apps/pipe-easy/tsconfig.editor.json b/apps/angular/pipe-easy/tsconfig.editor.json similarity index 100% rename from apps/pipe-easy/tsconfig.editor.json rename to apps/angular/pipe-easy/tsconfig.editor.json diff --git a/apps/pipe-easy/tsconfig.json b/apps/angular/pipe-easy/tsconfig.json similarity index 93% rename from apps/pipe-easy/tsconfig.json rename to apps/angular/pipe-easy/tsconfig.json index 0b7a078..b2dbbf2 100644 --- a/apps/pipe-easy/tsconfig.json +++ b/apps/angular/pipe-easy/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../tsconfig.base.json", "files": [], "include": [], "references": [