mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: create challenge 48 without solution
This commit is contained in:
11
nx.json
11
nx.json
@@ -30,6 +30,11 @@
|
||||
"{workspaceRoot}/tools/eslint-rules/**/*"
|
||||
],
|
||||
"cache": true
|
||||
},
|
||||
"@angular-devkit/build-angular:application": {
|
||||
"cache": true,
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["production", "^production"]
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
@@ -52,10 +57,10 @@
|
||||
},
|
||||
"generators": {
|
||||
"@nx/angular:application": {
|
||||
"style": "scss",
|
||||
"linter": "eslint",
|
||||
"unitTestRunner": "none",
|
||||
"e2eTestRunner": "none",
|
||||
"linter": "eslint",
|
||||
"style": "scss",
|
||||
"unitTestRunner": "none",
|
||||
"inlineStyle": "true",
|
||||
"inlineTemplate": "true",
|
||||
"prefix": "app",
|
||||
|
||||
Reference in New Issue
Block a user