feat: convert to crystal

This commit is contained in:
thomas
2024-05-26 21:42:17 +02:00
parent f0abc3ec46
commit a07954fa73
73 changed files with 96 additions and 346 deletions

View File

@@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/performance/12-optimize-change-detection/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
@@ -69,9 +70,6 @@
"buildTarget": "performance-optimize-change-detection:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
@@ -79,6 +77,5 @@
"jestConfig": "apps/performance/12-optimize-change-detection/jest.config.ts"
}
}
},
"tags": []
}
}

View File

@@ -70,9 +70,6 @@
"options": {
"buildTarget": "performance-default-vs-onpush:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -70,9 +70,6 @@
"options": {
"buildTarget": "performance-memoization:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -71,9 +71,6 @@
"buildTarget": "performance-ngfor-optimization:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],

View File

@@ -70,9 +70,6 @@
"options": {
"buildTarget": "performance-optimize-big-list:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -64,9 +64,6 @@
"options": {
"browserTarget": "performance-web-workers:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}