add new challenge: ngFor enhance

This commit is contained in:
thomas laforge
2022-11-05 20:47:58 +01:00
parent bfde3e51d1
commit a19fd00f19
20 changed files with 368 additions and 8 deletions

14
nx.json
View File

@@ -42,15 +42,23 @@
"@nrwl/angular:application": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "jest",
"e2eTestRunner": "cypress"
"inlineStyle": "true",
"inlineTemplate": "true",
"prefix": "app",
"skipTest": "true",
"standalone": "true"
},
"@nrwl/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest"
},
"@nrwl/angular:component": {
"style": "scss"
"style": "scss",
"changeDetection": "OnPush",
"inlineStyle": "true",
"inlineTemplate": "true",
"skipTest": "true",
"standalone": "true"
}
},
"defaultProject": "projection"