diff --git a/apps/rxjs-pipe-bug/.eslintrc.json b/apps/rxjs/pipe-bug/.eslintrc.json similarity index 94% rename from apps/rxjs-pipe-bug/.eslintrc.json rename to apps/rxjs/pipe-bug/.eslintrc.json index 7eef2ce..8ebcbfd 100644 --- a/apps/rxjs-pipe-bug/.eslintrc.json +++ b/apps/rxjs/pipe-bug/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": ["../../.eslintrc.json"], + "extends": ["../../../.eslintrc.json"], "ignorePatterns": ["!**/*"], "overrides": [ { diff --git a/apps/rxjs-pipe-bug/README.md b/apps/rxjs/pipe-bug/README.md similarity index 100% rename from apps/rxjs-pipe-bug/README.md rename to apps/rxjs/pipe-bug/README.md diff --git a/apps/rxjs-pipe-bug/project.json b/apps/rxjs/pipe-bug/project.json similarity index 76% rename from apps/rxjs-pipe-bug/project.json rename to apps/rxjs/pipe-bug/project.json index 45227b4..c3f3fb2 100644 --- a/apps/rxjs-pipe-bug/project.json +++ b/apps/rxjs/pipe-bug/project.json @@ -1,25 +1,25 @@ { "name": "rxjs-pipe-bug", - "$schema": "../../node_modules/nx/schemas/project-schema.json", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", "projectType": "application", - "sourceRoot": "apps/rxjs-pipe-bug/src", + "sourceRoot": "apps/rxjs/pipe-bug/src", "prefix": "app", "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", "outputs": ["{options.outputPath}"], "options": { - "outputPath": "dist/apps/rxjs-pipe-bug", - "index": "apps/rxjs-pipe-bug/src/index.html", - "main": "apps/rxjs-pipe-bug/src/main.ts", + "outputPath": "dist/apps/rxjs/pipe-bug", + "index": "apps/rxjs/pipe-bug/src/index.html", + "main": "apps/rxjs/pipe-bug/src/main.ts", "polyfills": ["zone.js"], - "tsConfig": "apps/rxjs-pipe-bug/tsconfig.app.json", + "tsConfig": "apps/rxjs/pipe-bug/tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ - "apps/rxjs-pipe-bug/src/favicon.ico", - "apps/rxjs-pipe-bug/src/assets" + "apps/rxjs/pipe-bug/src/favicon.ico", + "apps/rxjs/pipe-bug/src/assets" ], - "styles": ["apps/rxjs-pipe-bug/src/styles.scss"], + "styles": ["apps/rxjs/pipe-bug/src/styles.scss"], "scripts": [], "allowedCommonJsDependencies": ["seedrandom"] }, @@ -72,8 +72,8 @@ "executor": "@nx/linter:eslint", "options": { "lintFilePatterns": [ - "apps/rxjs-pipe-bug/**/*.ts", - "apps/rxjs-pipe-bug/**/*.html" + "apps/rxjs/pipe-bug/**/*.ts", + "apps/rxjs/pipe-bug/**/*.html" ] } } diff --git a/apps/rxjs-pipe-bug/src/app/app.component.ts b/apps/rxjs/pipe-bug/src/app/app.component.ts similarity index 100% rename from apps/rxjs-pipe-bug/src/app/app.component.ts rename to apps/rxjs/pipe-bug/src/app/app.component.ts diff --git a/apps/rxjs-pipe-bug/src/app/app.service.ts b/apps/rxjs/pipe-bug/src/app/app.service.ts similarity index 100% rename from apps/rxjs-pipe-bug/src/app/app.service.ts rename to apps/rxjs/pipe-bug/src/app/app.service.ts diff --git a/apps/rxjs-pipe-bug/src/app/localDB.service.ts b/apps/rxjs/pipe-bug/src/app/localDB.service.ts similarity index 100% rename from apps/rxjs-pipe-bug/src/app/localDB.service.ts rename to apps/rxjs/pipe-bug/src/app/localDB.service.ts diff --git a/apps/rxjs-pipe-bug/src/assets/.gitkeep b/apps/rxjs/pipe-bug/src/assets/.gitkeep similarity index 100% rename from apps/rxjs-pipe-bug/src/assets/.gitkeep rename to apps/rxjs/pipe-bug/src/assets/.gitkeep diff --git a/apps/rxjs-pipe-bug/src/favicon.ico b/apps/rxjs/pipe-bug/src/favicon.ico similarity index 100% rename from apps/rxjs-pipe-bug/src/favicon.ico rename to apps/rxjs/pipe-bug/src/favicon.ico diff --git a/apps/rxjs-pipe-bug/src/index.html b/apps/rxjs/pipe-bug/src/index.html similarity index 100% rename from apps/rxjs-pipe-bug/src/index.html rename to apps/rxjs/pipe-bug/src/index.html diff --git a/apps/rxjs-pipe-bug/src/main.ts b/apps/rxjs/pipe-bug/src/main.ts similarity index 100% rename from apps/rxjs-pipe-bug/src/main.ts rename to apps/rxjs/pipe-bug/src/main.ts diff --git a/apps/rxjs-pipe-bug/src/styles.scss b/apps/rxjs/pipe-bug/src/styles.scss similarity index 100% rename from apps/rxjs-pipe-bug/src/styles.scss rename to apps/rxjs/pipe-bug/src/styles.scss diff --git a/apps/rxjs-pipe-bug/tsconfig.app.json b/apps/rxjs/pipe-bug/tsconfig.app.json similarity index 83% rename from apps/rxjs-pipe-bug/tsconfig.app.json rename to apps/rxjs/pipe-bug/tsconfig.app.json index e0e9bfb..741a69b 100644 --- a/apps/rxjs-pipe-bug/tsconfig.app.json +++ b/apps/rxjs/pipe-bug/tsconfig.app.json @@ -1,7 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc", + "outDir": "../../../dist/out-tsc", "types": [] }, "files": ["src/main.ts"], diff --git a/apps/rxjs-pipe-bug/tsconfig.editor.json b/apps/rxjs/pipe-bug/tsconfig.editor.json similarity index 100% rename from apps/rxjs-pipe-bug/tsconfig.editor.json rename to apps/rxjs/pipe-bug/tsconfig.editor.json diff --git a/apps/rxjs-pipe-bug/tsconfig.json b/apps/rxjs/pipe-bug/tsconfig.json similarity index 93% rename from apps/rxjs-pipe-bug/tsconfig.json rename to apps/rxjs/pipe-bug/tsconfig.json index 0b22c5f..6091bd9 100644 --- a/apps/rxjs-pipe-bug/tsconfig.json +++ b/apps/rxjs/pipe-bug/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../tsconfig.base.json", "files": [], "include": [], "references": [