mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
add new challenge: ngFor enhance
This commit is contained in:
14
nx.json
14
nx.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user