mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
chore(version): update to version 16
This commit is contained in:
6
nx.json
6
nx.json
@@ -51,7 +51,7 @@
|
||||
"packageManager": "npm"
|
||||
},
|
||||
"generators": {
|
||||
"@nrwl/angular:application": {
|
||||
"@nx/angular:application": {
|
||||
"style": "scss",
|
||||
"linter": "eslint",
|
||||
"unitTestRunner": "none",
|
||||
@@ -62,11 +62,11 @@
|
||||
"skipTests": "true",
|
||||
"standalone": "true"
|
||||
},
|
||||
"@nrwl/angular:library": {
|
||||
"@nx/angular:library": {
|
||||
"linter": "eslint",
|
||||
"unitTestRunner": "jest"
|
||||
},
|
||||
"@nrwl/angular:component": {
|
||||
"@nx/angular:component": {
|
||||
"style": "scss",
|
||||
"changeDetection": "OnPush",
|
||||
"inlineStyle": "true",
|
||||
|
||||
Reference in New Issue
Block a user