refactor: move libs

This commit is contained in:
thomas
2024-05-11 21:27:33 +02:00
parent 4a3c7f23e0
commit 001d35731a
659 changed files with 775 additions and 1573 deletions

View File

@@ -5,7 +5,7 @@
### Run Application
```bash
npx nx serve ngrx-effect-selector
npx nx serve ngrx-effect-vs-selector
```
### Documentation and Instruction

View File

@@ -1,10 +1,10 @@
/* eslint-disable */
export default {
displayName: 'ngrx-effect-selector',
displayName: 'ngrx-effect-vs-selector',
preset: '../../../jest.preset.js',
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
globals: {},
coverageDirectory: '../../../coverage/apps/ngrx/effect-selector',
coverageDirectory: '../../../coverage/apps/ngrx/2-effect-vs-selector',
transform: {
'^.+\\.(ts|mjs|js|html)$': [
'jest-preset-angular',

View File

@@ -1,25 +1,25 @@
{
"name": "ngrx-effect-selector",
"name": "ngrx-effect-vs-selector",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/ngrx/effect-selector/src",
"sourceRoot": "apps/ngrx/2-effect-vs-selector/src",
"prefix": "app",
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/ngrx/effect-selector",
"index": "apps/ngrx/effect-selector/src/index.html",
"main": "apps/ngrx/effect-selector/src/main.ts",
"polyfills": "apps/ngrx/effect-selector/src/polyfills.ts",
"tsConfig": "apps/ngrx/effect-selector/tsconfig.app.json",
"outputPath": "dist/apps/ngrx/2-effect-vs-selector",
"index": "apps/ngrx/2-effect-vs-selector/src/index.html",
"main": "apps/ngrx/2-effect-vs-selector/src/main.ts",
"polyfills": "apps/ngrx/2-effect-vs-selector/src/polyfills.ts",
"tsConfig": "apps/ngrx/2-effect-vs-selector/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"apps/ngrx/effect-selector/src/favicon.ico",
"apps/ngrx/effect-selector/src/assets"
"apps/ngrx/2-effect-vs-selector/src/favicon.ico",
"apps/ngrx/2-effect-vs-selector/src/assets"
],
"styles": ["apps/ngrx/effect-selector/src/styles.scss"],
"styles": ["apps/ngrx/2-effect-vs-selector/src/styles.scss"],
"scripts": [],
"allowedCommonJsDependencies": ["seedrandom"]
},
@@ -54,10 +54,10 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "ngrx-effect-selector:build:production"
"buildTarget": "ngrx-effect-vs-selector:build:production"
},
"development": {
"buildTarget": "ngrx-effect-selector:build:development"
"buildTarget": "ngrx-effect-vs-selector:build:development"
}
},
"defaultConfiguration": "development"
@@ -65,7 +65,7 @@
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "ngrx-effect-selector:build"
"buildTarget": "ngrx-effect-vs-selector:build"
}
},
"lint": {
@@ -75,7 +75,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/ngrx/effect-selector/jest.config.ts"
"jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts"
}
}
},

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -5,7 +5,7 @@
### Run Application
```bash
npx nx serve ngrx-notification
npx nx serve ngrx-power-of-effect
```
### Documentation and Instruction

View File

@@ -1,26 +1,26 @@
{
"name": "ngrx-notification",
"name": "ngrx-power-of-effect",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/ngrx/notification/src",
"sourceRoot": "apps/ngrx/7-power-of-effect/src",
"prefix": "app",
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/ngrx/notification",
"index": "apps/ngrx/notification/src/index.html",
"main": "apps/ngrx/notification/src/main.ts",
"polyfills": "apps/ngrx/notification/src/polyfills.ts",
"tsConfig": "apps/ngrx/notification/tsconfig.app.json",
"outputPath": "dist/apps/ngrx/7-power-of-effect",
"index": "apps/ngrx/7-power-of-effect/src/index.html",
"main": "apps/ngrx/7-power-of-effect/src/main.ts",
"polyfills": "apps/ngrx/7-power-of-effect/src/polyfills.ts",
"tsConfig": "apps/ngrx/7-power-of-effect/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"apps/ngrx/notification/src/favicon.ico",
"apps/ngrx/notification/src/assets"
"apps/ngrx/7-power-of-effect/src/favicon.ico",
"apps/ngrx/7-power-of-effect/src/assets"
],
"styles": [
"apps/ngrx/notification/src/styles.scss",
"apps/ngrx/7-power-of-effect/src/styles.scss",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
],
"scripts": [],
@@ -57,10 +57,10 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "ngrx-notification:build:production"
"buildTarget": "ngrx-power-of-effect:build:production"
},
"development": {
"buildTarget": "ngrx-notification:build:development"
"buildTarget": "ngrx-power-of-effect:build:development"
}
},
"defaultConfiguration": "development"
@@ -68,7 +68,7 @@
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "ngrx-notification:build"
"buildTarget": "ngrx-power-of-effect:build"
}
},
"lint": {

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB