Skip to content

Commit a07954f

Browse files
committed
feat: convert to crystal
1 parent f0abc3e commit a07954f

File tree

73 files changed

+96
-346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+96
-346
lines changed

apps/angular/1-projection/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"projectType": "application",
55
"sourceRoot": "apps/angular/1-projection/src",
66
"prefix": "app",
7+
"tags": [],
78
"targets": {
89
"build": {
910
"executor": "@angular-devkit/build-angular:application",
@@ -66,16 +67,12 @@
6667
"buildTarget": "angular-projection:build"
6768
}
6869
},
69-
"lint": {
70-
"executor": "@nx/eslint:lint"
71-
},
7270
"test": {
7371
"executor": "@nx/jest:jest",
7472
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
7573
"options": {
7674
"jestConfig": "apps/angular/1-projection/jest.config.ts"
7775
}
7876
}
79-
},
80-
"tags": []
77+
}
8178
}

apps/angular/10-utility-wrapper-pipe/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"projectType": "application",
55
"sourceRoot": "apps/angular/10-utility-wrapper-pipe/src",
66
"prefix": "app",
7+
"tags": [],
78
"targets": {
89
"build": {
910
"executor": "@angular-devkit/build-angular:browser",
@@ -66,10 +67,6 @@
6667
"options": {
6768
"buildTarget": "angular-utility-wrapper-pipe:build"
6869
}
69-
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
7270
}
73-
},
74-
"tags": []
71+
}
7572
}

apps/angular/13-highly-customizable-css/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"projectType": "application",
55
"sourceRoot": "apps/angular/13-highly-customizable-css/src",
66
"prefix": "app",
7+
"tags": [],
78
"targets": {
89
"build": {
910
"executor": "@angular-devkit/build-angular:browser",
@@ -66,10 +67,6 @@
6667
"options": {
6768
"buildTarget": "angular-highly-customizable-css:build"
6869
}
69-
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
7270
}
73-
},
74-
"tags": []
71+
}
7572
}

apps/angular/16-master-dependency-injection/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"projectType": "application",
55
"sourceRoot": "apps/angular/16-master-dependency-injection/src",
66
"prefix": "app",
7+
"tags": [],
78
"targets": {
89
"build": {
910
"executor": "@angular-devkit/build-angular:browser",
@@ -68,10 +69,6 @@
6869
"options": {
6970
"buildTarget": "angular-master-dependency-injection:build"
7071
}
71-
},
72-
"lint": {
73-
"executor": "@nx/eslint:lint"
7472
}
75-
},
76-
"tags": []
73+
}
7774
}

apps/angular/21-anchor-navigation/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"projectType": "application",
55
"sourceRoot": "apps/angular/21-anchor-navigation/src",
66
"prefix": "app",
7+
"tags": [],
78
"targets": {
89
"build": {
910
"executor": "@angular-devkit/build-angular:browser",
@@ -67,16 +68,12 @@
6768
"buildTarget": "angular-anchor-navigation:build"
6869
}
6970
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
72-
},
7371
"test": {
7472
"executor": "@nx/jest:jest",
7573
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
7674
"options": {
7775
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts"
7876
}
7977
}
80-
},
81-
"tags": []
78+
}
8279
}

apps/angular/22-router-input/project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
"options": {
6767
"buildTarget": "angular-router-input:build"
6868
}
69-
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
7269
}
7370
}
7471
}

apps/angular/3-directive-enhancement/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"projectType": "application",
55
"sourceRoot": "apps/angular/3-directive-enhancement/src",
66
"prefix": "app",
7+
"tags": [],
78
"targets": {
89
"build": {
910
"executor": "@angular-devkit/build-angular:browser",
@@ -66,10 +67,6 @@
6667
"options": {
6768
"buildTarget": "angular-directive-enhancement:build"
6869
}
69-
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
7270
}
73-
},
74-
"tags": []
71+
}
7572
}

apps/angular/31-module-to-standalone/project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
"options": {
6767
"buildTarget": "angular-module-to-standalone:build"
6868
}
69-
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
7269
}
7370
}
7471
}

apps/angular/32-change-detection-bug/project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
"buildTarget": "angular-change-detection-bug:build"
6868
}
6969
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
72-
},
7370
"test": {
7471
"executor": "@nx/jest:jest",
7572
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],

apps/angular/33-decoupling-components/project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
"options": {
6767
"buildTarget": "angular-decoupling-components:build"
6868
}
69-
},
70-
"lint": {
71-
"executor": "@nx/eslint:lint"
7269
}
7370
}
7471
}

0 commit comments

Comments
 (0)