mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: convert to crystal
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/angular/1-projection/src",
|
||||
"prefix": "app",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:application",
|
||||
@@ -66,9 +67,6 @@
|
||||
"buildTarget": "angular-projection:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
@@ -76,6 +74,5 @@
|
||||
"jestConfig": "apps/angular/1-projection/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-utility-wrapper-pipe:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-highly-customizable-css:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
@@ -68,10 +69,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-master-dependency-injection:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/angular/21-anchor-navigation/src",
|
||||
"prefix": "app",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
@@ -67,9 +68,6 @@
|
||||
"buildTarget": "angular-anchor-navigation:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
@@ -77,6 +75,5 @@
|
||||
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,9 +66,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-router-input:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/angular/3-directive-enhancement/src",
|
||||
"prefix": "app",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-directive-enhancement:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,9 +66,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-module-to-standalone:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,9 +67,6 @@
|
||||
"buildTarget": "angular-change-detection-bug:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
|
||||
@@ -66,9 +66,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-decoupling-components:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,9 +67,6 @@
|
||||
"buildTarget": "angular-injection-token:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
|
||||
@@ -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",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-typed-context-outlet:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,10 +64,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-view-transition:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint",
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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}"],
|
||||
|
||||
@@ -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}"],
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/angular/5-crud-application/src",
|
||||
"prefix": "app",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
@@ -71,9 +72,6 @@
|
||||
"buildTarget": "angular-crud-application:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
@@ -81,6 +79,5 @@
|
||||
"jestConfig": "apps/angular/5-crud-application/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/angular/6-structural-directive/src",
|
||||
"prefix": "app",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-structural-directive:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/angular/8-pure-pipe/src",
|
||||
"prefix": "app",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-pure-pipe:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
@@ -66,10 +67,6 @@
|
||||
"options": {
|
||||
"buildTarget": "angular-wrap-function-pipe:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user