You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+32-6Lines changed: 32 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
4
4
This repository contains the full application of the course Angular and Firebase - Build a Web Application, so this contains the complete application like it will look like at the end of the course.
5
5
6
+
This course repository is updated to Angular 4, there is a Yarn lock file available.
7
+
6
8
[Angular and Firebase - Build a Web Application](https://angular-university.io/course/build-an-application-with-angular2)
@@ -12,13 +14,22 @@ This repository contains the full application of the course Angular and Firebase
12
14
If you are looking for a clean starting point for coding along as you follow the course, please check this [repository](https://github.com/angular-university/angular-firebase-app-starter) instead.
13
15
14
16
17
+
# Which Course are You Looking For ?
18
+
19
+
Below is a list of the Angular University courses:
20
+
21
+
# Angular University Lessons Code
22
+
Contains the code for all the Angular University courses.
23
+
24
+

25
+
26
+
If you are looking for the Complete Angular With Typescript Course, the repo can be found here:
27
+
15
28
# Complete Typescript 2 Course - Build A REST API
16
29
17
30
If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here:
18
31
19
-
[Complete Typescript 2 Course - Build A REST API](https://angular-university.io/course/typescript-2-tutorial)
20
-
21
-
[Github repo for this course](https://github.com/angular-university/complete-typescript-course)
32
+
[Complete Typescript 2 Course - Build A REST API](https://github.com/angular-university/complete-typescript-course)
# RxJs and Reactive Patterns Angular Architecture Course
47
+
48
+
If you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:
49
+
50
+
[RxJs and Reactive Patterns Angular Architecture Course](https://angular-university.io/course/reactive-angular-architecture-course)
51
+
52
+

53
+
37
54
38
55
# Installation pre-requisites
39
56
@@ -58,6 +75,15 @@ The code can be installed with the following command (needs to be run in the fol
58
75
59
76
npm install
60
77
78
+
If you prefer the Yarn package manager, instead of npm install you can also run:
79
+
80
+
yarn
81
+
82
+
Although npm install would also work, its recommended to use Yarn to install the course dependencies. Yarn has the big advantage that if you use it you will be
83
+
installing the exact same dependencies than I installed in my machine, so you wont run into issues caused by semantic versioning updates.
84
+
85
+
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
86
+
61
87
62
88
## Running the code
63
89
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
0 commit comments