Skip to content

Commit d7819fb

Browse files
committed
Upgrade to Angular 14
1 parent f15980e commit d7819fb

File tree

10 files changed

+7554
-8025
lines changed

10 files changed

+7554
-8025
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repository contains the code of the video course [Ngrx (with NgRx Data) - The Complete Guide](https://angular-university.io/course/ngrx-course).
55

6-
This course repository is updated to Angular v13:
6+
This course repository is updated to Angular v14:
77

88
![Ngrx (with NgRx Data) - The Complete Guide](https://angular-university.s3-us-west-1.amazonaws.com/course-images/ngrx-v2.png)
99

@@ -19,7 +19,7 @@ For example, here is how you switch to a new node version using nave:
1919
# note that you don't even need to update your node version before installing nave
2020
npm install -g nave
2121

22-
nave use 12.3.1
22+
nave use 16.13.1
2323
node -v
2424
v12.3.1
2525

angular.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
}
107107
}
108108
},
109-
"defaultProject": "angular-ngrx-course",
110109
"schematics": {
111110
"@ngrx/schematics:component": {
112111
"prefix": "",
@@ -117,7 +116,9 @@
117116
}
118117
},
119118
"cli": {
120-
"defaultCollection": "@ngrx/schematics",
121-
"analytics": "78da76fb-38f9-4848-a7fe-1767a6672d4a"
119+
"analytics": "78da76fb-38f9-4848-a7fe-1767a6672d4a",
120+
"schematicCollections": [
121+
"@ngrx/schematics"
122+
]
122123
}
123124
}

0 commit comments

Comments
 (0)