mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
exercice 4: context-outlet-type
This commit is contained in:
6
nx.json
6
nx.json
@@ -42,10 +42,12 @@
|
||||
"@nrwl/angular:application": {
|
||||
"style": "scss",
|
||||
"linter": "eslint",
|
||||
"unitTestRunner": "none",
|
||||
"e2eTestRunner": "none",
|
||||
"inlineStyle": "true",
|
||||
"inlineTemplate": "true",
|
||||
"prefix": "app",
|
||||
"skipTest": "true",
|
||||
"skipTests": "true",
|
||||
"standalone": "true"
|
||||
},
|
||||
"@nrwl/angular:library": {
|
||||
@@ -57,7 +59,7 @@
|
||||
"changeDetection": "OnPush",
|
||||
"inlineStyle": "true",
|
||||
"inlineTemplate": "true",
|
||||
"skipTest": "true",
|
||||
"skipTests": "true",
|
||||
"standalone": "true"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user