mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: convert to crystal
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/1-projection/src",
|
"sourceRoot": "apps/angular/1-projection/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:application",
|
"executor": "@angular-devkit/build-angular:application",
|
||||||
@@ -66,9 +67,6 @@
|
|||||||
"buildTarget": "angular-projection:build"
|
"buildTarget": "angular-projection:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
@@ -76,6 +74,5 @@
|
|||||||
"jestConfig": "apps/angular/1-projection/jest.config.ts"
|
"jestConfig": "apps/angular/1-projection/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/10-utility-wrapper-pipe/src",
|
"sourceRoot": "apps/angular/10-utility-wrapper-pipe/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-utility-wrapper-pipe:build"
|
"buildTarget": "angular-utility-wrapper-pipe:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/13-highly-customizable-css/src",
|
"sourceRoot": "apps/angular/13-highly-customizable-css/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-highly-customizable-css:build"
|
"buildTarget": "angular-highly-customizable-css:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/16-master-dependency-injection/src",
|
"sourceRoot": "apps/angular/16-master-dependency-injection/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -68,10 +69,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-master-dependency-injection:build"
|
"buildTarget": "angular-master-dependency-injection:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/21-anchor-navigation/src",
|
"sourceRoot": "apps/angular/21-anchor-navigation/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -67,9 +68,6 @@
|
|||||||
"buildTarget": "angular-anchor-navigation:build"
|
"buildTarget": "angular-anchor-navigation:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
@@ -77,6 +75,5 @@
|
|||||||
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts"
|
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,9 +66,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-router-input:build"
|
"buildTarget": "angular-router-input:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/3-directive-enhancement/src",
|
"sourceRoot": "apps/angular/3-directive-enhancement/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-directive-enhancement:build"
|
"buildTarget": "angular-directive-enhancement:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,9 +66,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-module-to-standalone:build"
|
"buildTarget": "angular-module-to-standalone:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,9 +67,6 @@
|
|||||||
"buildTarget": "angular-change-detection-bug:build"
|
"buildTarget": "angular-change-detection-bug:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -66,9 +66,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-decoupling-components:build"
|
"buildTarget": "angular-decoupling-components:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,9 +67,6 @@
|
|||||||
"buildTarget": "angular-injection-token:build"
|
"buildTarget": "angular-injection-token:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/4-typed-context-outlet/src",
|
"sourceRoot": "apps/angular/4-typed-context-outlet/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-typed-context-outlet:build"
|
"buildTarget": "angular-typed-context-outlet:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,10 +64,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-view-transition:build"
|
"buildTarget": "angular-view-transition:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint",
|
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,10 +65,6 @@
|
|||||||
"buildTarget": "angular-react-in-angular:build"
|
"buildTarget": "angular-react-in-angular:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint",
|
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -65,10 +65,6 @@
|
|||||||
"buildTarget": "angular-simple-animations:build"
|
"buildTarget": "angular-simple-animations:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint",
|
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/5-crud-application/src",
|
"sourceRoot": "apps/angular/5-crud-application/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -71,9 +72,6 @@
|
|||||||
"buildTarget": "angular-crud-application:build"
|
"buildTarget": "angular-crud-application:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
@@ -81,6 +79,5 @@
|
|||||||
"jestConfig": "apps/angular/5-crud-application/jest.config.ts"
|
"jestConfig": "apps/angular/5-crud-application/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/6-structural-directive/src",
|
"sourceRoot": "apps/angular/6-structural-directive/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-structural-directive:build"
|
"buildTarget": "angular-structural-directive:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/8-pure-pipe/src",
|
"sourceRoot": "apps/angular/8-pure-pipe/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-pure-pipe:build"
|
"buildTarget": "angular-pure-pipe:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/9-wrap-function-pipe/src",
|
"sourceRoot": "apps/angular/9-wrap-function-pipe/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-wrap-function-pipe:build"
|
"buildTarget": "angular-wrap-function-pipe:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,9 +65,6 @@
|
|||||||
"buildTarget": "forms-control-value-accessor:build"
|
"buildTarget": "forms-control-value-accessor:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -67,9 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "forms-avoid-losing-form-data:build"
|
"buildTarget": "forms-avoid-losing-form-data:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/ngrx/2-effect-vs-selector/src",
|
"sourceRoot": "apps/ngrx/2-effect-vs-selector/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -68,9 +69,6 @@
|
|||||||
"buildTarget": "ngrx-effect-vs-selector:build"
|
"buildTarget": "ngrx-effect-vs-selector:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
@@ -78,6 +76,5 @@
|
|||||||
"jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts"
|
"jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/ngrx/7-power-of-effect/src",
|
"sourceRoot": "apps/ngrx/7-power-of-effect/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -70,10 +71,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "ngrx-power-of-effect:build"
|
"buildTarget": "ngrx-power-of-effect:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,10 +68,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "nx-static-vs-dynamic-import:build"
|
"buildTarget": "nx-static-vs-dynamic-import:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint",
|
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/performance/12-optimize-change-detection/src",
|
"sourceRoot": "apps/performance/12-optimize-change-detection/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -69,9 +70,6 @@
|
|||||||
"buildTarget": "performance-optimize-change-detection:build"
|
"buildTarget": "performance-optimize-change-detection:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
@@ -79,6 +77,5 @@
|
|||||||
"jestConfig": "apps/performance/12-optimize-change-detection/jest.config.ts"
|
"jestConfig": "apps/performance/12-optimize-change-detection/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,9 +70,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "performance-default-vs-onpush:build"
|
"buildTarget": "performance-default-vs-onpush:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,9 +70,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "performance-memoization:build"
|
"buildTarget": "performance-memoization:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,9 +71,6 @@
|
|||||||
"buildTarget": "performance-ngfor-optimization:build"
|
"buildTarget": "performance-ngfor-optimization:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -70,9 +70,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "performance-optimize-big-list:build"
|
"buildTarget": "performance-optimize-big-list:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,9 +64,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "performance-web-workers:build"
|
"browserTarget": "performance-web-workers:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/rxjs/11-high-order-operator-bug/src",
|
"sourceRoot": "apps/rxjs/11-high-order-operator-bug/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -67,10 +68,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "rxjs-high-order-operator-bug:build"
|
"buildTarget": "rxjs-high-order-operator-bug:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/rxjs/14-race-condition/src",
|
"sourceRoot": "apps/rxjs/14-race-condition/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -67,25 +68,12 @@
|
|||||||
"buildTarget": "rxjs-race-condition:build"
|
"buildTarget": "rxjs-race-condition:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/rxjs/14-race-condition/jest.config.ts"
|
"jestConfig": "apps/rxjs/14-race-condition/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"component-test": {
|
|
||||||
"executor": "@nx/cypress:cypress",
|
|
||||||
"options": {
|
|
||||||
"cypressConfig": "apps/rxjs/14-race-condition/cypress.config.ts",
|
|
||||||
"testingType": "component",
|
|
||||||
"skipServe": true,
|
|
||||||
"devServerTarget": "rxjs-race-condition:build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,9 +67,6 @@
|
|||||||
"buildTarget": "rxjs-catch-error:build"
|
"buildTarget": "rxjs-catch-error:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -65,9 +65,6 @@
|
|||||||
"buildTarget": "rxjs-hold-to-save-button:build"
|
"buildTarget": "rxjs-hold-to-save-button:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -70,9 +70,6 @@
|
|||||||
"buildTarget": "signal-interop-rxjs-signal:build"
|
"buildTarget": "signal-interop-rxjs-signal:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -64,10 +64,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "signal-signal-input:build"
|
"buildTarget": "signal-signal-input:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint",
|
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,9 +64,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "signal-bug-in-effect:build"
|
"buildTarget": "signal-bug-in-effect:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,9 +64,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "signal-function-call-effect:build"
|
"buildTarget": "signal-function-call-effect:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/testing/17-router/src",
|
"sourceRoot": "apps/testing/17-router/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -67,25 +68,12 @@
|
|||||||
"buildTarget": "testing-router:build"
|
"buildTarget": "testing-router:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/17-router/jest.config.ts"
|
"jestConfig": "apps/testing/17-router/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"component-test": {
|
|
||||||
"executor": "@nx/cypress:cypress",
|
|
||||||
"options": {
|
|
||||||
"cypressConfig": "apps/testing/17-router/cypress.config.ts",
|
|
||||||
"testingType": "component",
|
|
||||||
"skipServe": true,
|
|
||||||
"devServerTarget": "testing-router:build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/testing/18-nested-components/src",
|
"sourceRoot": "apps/testing/18-nested-components/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -67,25 +68,12 @@
|
|||||||
"buildTarget": "testing-nested-components:build"
|
"buildTarget": "testing-nested-components:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/18-nested-components/jest.config.ts"
|
"jestConfig": "apps/testing/18-nested-components/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"component-test": {
|
|
||||||
"executor": "@nx/cypress:cypress",
|
|
||||||
"options": {
|
|
||||||
"cypressConfig": "apps/testing/18-nested-components/cypress.config.ts",
|
|
||||||
"testingType": "component",
|
|
||||||
"skipServe": true,
|
|
||||||
"devServerTarget": "testing-nested-components:build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/testing/19-input-output/src",
|
"sourceRoot": "apps/testing/19-input-output/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -67,25 +68,12 @@
|
|||||||
"buildTarget": "testing-input-output:build"
|
"buildTarget": "testing-input-output:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/19-input-output/jest.config.ts"
|
"jestConfig": "apps/testing/19-input-output/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"component-test": {
|
|
||||||
"executor": "@nx/cypress:cypress",
|
|
||||||
"options": {
|
|
||||||
"cypressConfig": "apps/testing/19-input-output/cypress.config.ts",
|
|
||||||
"testingType": "component",
|
|
||||||
"skipServe": true,
|
|
||||||
"devServerTarget": "testing-input-output:build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/testing/20-modal/src",
|
"sourceRoot": "apps/testing/20-modal/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -70,25 +71,12 @@
|
|||||||
"buildTarget": "testing-modal:build"
|
"buildTarget": "testing-modal:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/20-modal/jest.config.ts"
|
"jestConfig": "apps/testing/20-modal/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"component-test": {
|
|
||||||
"executor": "@nx/cypress:cypress",
|
|
||||||
"options": {
|
|
||||||
"cypressConfig": "apps/testing/20-modal/cypress.config.ts",
|
|
||||||
"testingType": "component",
|
|
||||||
"skipServe": true,
|
|
||||||
"devServerTarget": "testing-modal:build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,9 +73,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/23-harness/jest.config.ts"
|
"jestConfig": "apps/testing/23-harness/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,9 +73,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/24-harness-creation/jest.config.ts"
|
"jestConfig": "apps/testing/24-harness-creation/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,9 +67,6 @@
|
|||||||
"buildTarget": "testing-checkbox:build"
|
"buildTarget": "testing-checkbox:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/testing/29-real-life-application/src",
|
"sourceRoot": "apps/testing/29-real-life-application/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -70,25 +71,12 @@
|
|||||||
"buildTarget": "testing-real-life-application:build"
|
"buildTarget": "testing-real-life-application:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/29-real-life-application/jest.config.ts"
|
"jestConfig": "apps/testing/29-real-life-application/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"component-test": {
|
|
||||||
"executor": "@nx/cypress:cypress",
|
|
||||||
"options": {
|
|
||||||
"cypressConfig": "apps/testing/29-real-life-application/cypress.config.ts",
|
|
||||||
"testingType": "component",
|
|
||||||
"skipServe": true,
|
|
||||||
"devServerTarget": "testing-real-life-application:build"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/typescript/15-function-overload/src",
|
"sourceRoot": "apps/typescript/15-function-overload/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
@@ -66,10 +67,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "typescript-function-overload:build"
|
"buildTarget": "typescript-function-overload:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,10 +64,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "typescript-enums-vs-union-types:build"
|
"buildTarget": "typescript-enums-vs-union-types:build"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint",
|
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/cli/src",
|
"sourceRoot": "libs/cli/src",
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/js:tsc",
|
"executor": "@nx/js:tsc",
|
||||||
@@ -35,10 +36,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/custom-plugin/src",
|
"sourceRoot": "libs/custom-plugin/src",
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/js:tsc",
|
"executor": "@nx/js:tsc",
|
||||||
@@ -36,9 +37,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
},
|
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
@@ -46,6 +44,5 @@
|
|||||||
"jestConfig": "libs/custom-plugin/jest.config.ts"
|
"jestConfig": "libs/custom-plugin/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/decoupling/brain/src",
|
"sourceRoot": "libs/decoupling/brain/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": ["type:brain"],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": ["type:brain"],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/decoupling/brain/jest.config.ts"
|
"jestConfig": "libs/decoupling/brain/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/decoupling/core/src",
|
"sourceRoot": "libs/decoupling/core/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": ["type:core"],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": ["type:core"],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/decoupling/core/jest.config.ts"
|
"jestConfig": "libs/decoupling/core/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/decoupling/helmet/src",
|
"sourceRoot": "libs/decoupling/helmet/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": ["type:hlm"],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": ["type:hlm"],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/decoupling/helmet/jest.config.ts"
|
"jestConfig": "libs/decoupling/helmet/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/fake-utils/src",
|
"sourceRoot": "libs/fake-utils/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -21,9 +21,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "production"
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/admin/feature/src",
|
"sourceRoot": "libs/module-to-standalone/admin/feature/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -12,9 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/admin/shared/src",
|
"sourceRoot": "libs/module-to-standalone/admin/shared/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -12,9 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/core/providers/src",
|
"sourceRoot": "libs/module-to-standalone/core/providers/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/core/service/src",
|
"sourceRoot": "libs/module-to-standalone/core/service/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -12,9 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/core/service/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/core/service/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/forbidden/src",
|
"sourceRoot": "libs/module-to-standalone/forbidden/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -12,9 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/home/src",
|
"sourceRoot": "libs/module-to-standalone/home/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -12,9 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/home/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/home/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/shell/src",
|
"sourceRoot": "libs/module-to-standalone/shell/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -12,9 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/shell/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/shell/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/user/contact/src",
|
"sourceRoot": "libs/module-to-standalone/user/contact/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/user/home/src",
|
"sourceRoot": "libs/module-to-standalone/user/home/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/module-to-standalone/user/shell/src",
|
"sourceRoot": "libs/module-to-standalone/user/shell/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts"
|
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"sourceRoot": "libs/power-of-effect/backend/src",
|
"sourceRoot": "libs/power-of-effect/backend/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -11,10 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/power-of-effect/backend/jest.config.ts"
|
"jestConfig": "libs/power-of-effect/backend/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"sourceRoot": "libs/power-of-effect/model/src",
|
"sourceRoot": "libs/power-of-effect/model/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -11,10 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/power-of-effect/model/jest.config.ts"
|
"jestConfig": "libs/power-of-effect/model/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/shared/directives/src",
|
"sourceRoot": "libs/shared/directives/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/shared/directives/jest.config.ts"
|
"jestConfig": "libs/shared/directives/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"sourceRoot": "libs/shared/ngrx-callstate-store/src",
|
"sourceRoot": "libs/shared/ngrx-callstate-store/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nx/angular:package",
|
"executor": "@nx/angular:package",
|
||||||
@@ -27,10 +28,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts"
|
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/shared/ui/src",
|
"sourceRoot": "libs/shared/ui/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"lint": {
|
"lint": {
|
||||||
"executor": "@nx/eslint:lint"
|
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"sourceRoot": "libs/shared/utils/src",
|
"sourceRoot": "libs/shared/utils/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
@@ -11,10 +12,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/shared/utils/jest.config.ts"
|
"jestConfig": "libs/shared/utils/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"executor": "@nx/eslint:lint"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"tags": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,12 +3,11 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/static-dynamic-import/users/src",
|
"sourceRoot": "libs/static-dynamic-import/users/src",
|
||||||
"prefix": "sdi",
|
"prefix": "sdi",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"lint": {
|
"lint": {
|
||||||
"executor": "@nx/eslint:lint",
|
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
|
||||||
"outputs": ["{options.outputFile}"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/testing-table/backend/src",
|
"sourceRoot": "libs/testing-table/backend/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"lint": {
|
"lint": {
|
||||||
"executor": "@nx/eslint:lint"
|
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
20
nx.json
20
nx.json
@@ -83,5 +83,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultProject": "angular-projection",
|
"defaultProject": "angular-projection",
|
||||||
"useInferencePlugins": false
|
"useInferencePlugins": false,
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"plugin": "@nx/eslint/plugin",
|
||||||
|
"options": {
|
||||||
|
"targetName": "lint",
|
||||||
|
"extensions": ["ts", "tsx", "js", "jsx", "html", "vue"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"plugin": "@nx/cypress/plugin",
|
||||||
|
"options": {
|
||||||
|
"targetName": "component-test",
|
||||||
|
"ciTargetName": "e2e-ci",
|
||||||
|
"openTargetName": "open-cypress",
|
||||||
|
"componentTestingTargetName": "component-test"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user