Skip to content

Commit

Permalink
feat: convert to crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed May 26, 2024
1 parent f0abc3e commit a07954f
Show file tree
Hide file tree
Showing 73 changed files with 96 additions and 346 deletions.
7 changes: 2 additions & 5 deletions apps/angular/1-projection/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/1-projection/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:application",
Expand Down Expand Up @@ -66,16 +67,12 @@
"buildTarget": "angular-projection:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/1-projection/jest.config.ts"
}
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/10-utility-wrapper-pipe/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/10-utility-wrapper-pipe/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-utility-wrapper-pipe:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/13-highly-customizable-css/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/13-highly-customizable-css/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-highly-customizable-css:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/16-master-dependency-injection/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/16-master-dependency-injection/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -68,10 +69,6 @@
"options": {
"buildTarget": "angular-master-dependency-injection:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/21-anchor-navigation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/21-anchor-navigation/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -67,16 +68,12 @@
"buildTarget": "angular-anchor-navigation:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts"
}
}
},
"tags": []
}
}
3 changes: 0 additions & 3 deletions apps/angular/22-router-input/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
"options": {
"buildTarget": "angular-router-input:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
7 changes: 2 additions & 5 deletions apps/angular/3-directive-enhancement/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/3-directive-enhancement/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-directive-enhancement:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
3 changes: 0 additions & 3 deletions apps/angular/31-module-to-standalone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
"options": {
"buildTarget": "angular-module-to-standalone:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
3 changes: 0 additions & 3 deletions apps/angular/32-change-detection-bug/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"buildTarget": "angular-change-detection-bug:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down
3 changes: 0 additions & 3 deletions apps/angular/33-decoupling-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
"options": {
"buildTarget": "angular-decoupling-components:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
3 changes: 0 additions & 3 deletions apps/angular/39-injection-token/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"buildTarget": "angular-injection-token:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down
7 changes: 2 additions & 5 deletions apps/angular/4-typed-context-outlet/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/4-typed-context-outlet/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-typed-context-outlet:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
4 changes: 0 additions & 4 deletions apps/angular/44-view-transition/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
"options": {
"buildTarget": "angular-view-transition:build"
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
}
}
4 changes: 0 additions & 4 deletions apps/angular/45-react-in-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
"buildTarget": "angular-react-in-angular:build"
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down
4 changes: 0 additions & 4 deletions apps/angular/46-simple-animations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
"buildTarget": "angular-simple-animations:build"
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down
7 changes: 2 additions & 5 deletions apps/angular/5-crud-application/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/5-crud-application/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -71,16 +72,12 @@
"buildTarget": "angular-crud-application:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/5-crud-application/jest.config.ts"
}
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/6-structural-directive/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/6-structural-directive/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-structural-directive:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/8-pure-pipe/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/8-pure-pipe/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-pure-pipe:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/angular/9-wrap-function-pipe/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/angular/9-wrap-function-pipe/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -66,10 +67,6 @@
"options": {
"buildTarget": "angular-wrap-function-pipe:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
3 changes: 0 additions & 3 deletions apps/forms/41-control-value-accessor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
"buildTarget": "forms-control-value-accessor:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down
3 changes: 0 additions & 3 deletions apps/forms/48-avoid-losing-form-data/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"options": {
"buildTarget": "forms-avoid-losing-form-data:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
7 changes: 2 additions & 5 deletions apps/ngrx/2-effect-vs-selector/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/ngrx/2-effect-vs-selector/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -68,16 +69,12 @@
"buildTarget": "ngrx-effect-vs-selector:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts"
}
}
},
"tags": []
}
}
7 changes: 2 additions & 5 deletions apps/ngrx/7-power-of-effect/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/ngrx/7-power-of-effect/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -70,10 +71,6 @@
"options": {
"buildTarget": "ngrx-power-of-effect:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}
4 changes: 0 additions & 4 deletions apps/nx/42-static-vs-dynamic-import/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
"options": {
"buildTarget": "nx-static-vs-dynamic-import:build"
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
}
}
Loading

0 comments on commit a07954f

Please sign in to comment.