Skip to content

Commit 5d932b5

Browse files
committed
upgrade to Angular 13
1 parent ec64778 commit 5d932b5

File tree

8 files changed

+24345
-8857
lines changed

8 files changed

+24345
-8857
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
!.vscode/extensions.json
2727

2828
# misc
29+
/.angular/cache
2930
/.sass-cache
3031
/connect.lock
3132
/coverage

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11

22
## Firebase & AngularFire In Depth
33

4-
This repository currently contains the code for the [Firebase & AngularFire In Depth](https://angular-university.io/course/angularfire-course):
4+
This repository currently contains the code for the [Firebase & AngularFire In Depth](https://angular-university.io/course/angularfire-course).
5+
6+
This course is updated to Angular 13:
57

68
![Firebase & AngularFire In Depth](https://angular-university.s3-us-west-1.amazonaws.com/course-images/firebase-course-1.jpg)
79

810
You can find the starting point of the course in the [1-start branch](https://github.com/angular-university/firebase-course/tree/1-start).
911

12+
This master branch contains the *final version of the course code*, that you can use as a reference if you choose to code along.
13+
14+
15+
1016
# Installation pre-requisites
1117

12-
IMPORTANT: Please use Node 14 LST (Long Term Support version).
18+
IMPORTANT: Please use Node 16 LST (Long Term Support version).
1319

1420
# Installing the Angular CLI
1521

@@ -26,7 +32,7 @@ We can install the master branch using the following commands:
2632
cd firebase-course
2733
npm ci
2834

29-
Note: We recommend using npm ci, instead of npm install. This will ensure that you use the exact dependency versions set on package-lock.json, unlike npm install which might potentially change those versions.
35+
Note: **We recommend using npm ci, instead of npm install**. This will ensure that you use the exact dependency versions set on package-lock.json, unlike npm install which might potentially change those versions.
3036

3137
# To run the Development UI Server
3238

angular.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@
102102
"scripts": []
103103
}
104104
},
105-
"lint": {
106-
"builder": "@angular-devkit/build-angular:tslint",
107-
"options": {
108-
"tsConfig": [
109-
"tsconfig.app.json",
110-
"tsconfig.spec.json",
111-
"e2e/tsconfig.json"
112-
],
113-
"exclude": [
114-
"**/node_modules/**"
115-
]
116-
}
117-
},
118105
"e2e": {
119106
"builder": "@angular-devkit/build-angular:protractor",
120107
"options": {

0 commit comments

Comments
 (0)