Skip to content

Commit f8d2b99

Browse files
committed
Upgrade to Angular 15 and Node 15
1 parent d385326 commit f8d2b99

21 files changed

+10300
-10667
lines changed

.browserslistrc

-18
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
This repository contains the code of the course [Angular Universal In Depth](https://angular-university.io/course/angular-universal-course).
55

6-
This course repository is updated to Angular v14.
6+
This course repository is updated to Angular v15.
77

88
![Angular Universal In Depth](https://angular-university.s3-us-west-1.amazonaws.com/course-images/angular-universal-course.jpg)
99

1010
# Installation pre-requisites
1111

12-
Please use Node 16 long-term support (LTS) version.
12+
Please use Node 18 long-term support (LTS) version.
1313

1414
# Installing the Angular CLI
1515

angular.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"src/assets"
2828
],
2929
"styles": [
30-
"./node_modules/@angular/material/prebuilt-themes/purple-green.css",
3130
"src/styles.scss"
3231
],
3332
"scripts": [],
@@ -170,4 +169,4 @@
170169
"cli": {
171170
"analytics": "fa1e8b50-e624-42fd-9564-a9c98d1ad337"
172171
}
173-
}
172+
}

0 commit comments

Comments
 (0)