Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Commit 93c4ea8

Browse files
committed
upgrade to Angular 4
1 parent 301024f commit 93c4ea8

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

README.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
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.
55

6+
This course repository is updated to Angular 4, there is a Yarn lock file available.
7+
68
[Angular and Firebase - Build a Web Application](https://angular-university.io/course/build-an-application-with-angular2)
79

810
![Angular firebase course](https://angular-academy.s3.amazonaws.com/thumbnails/angular_app-firebase-small.jpg)
@@ -12,13 +14,22 @@ This repository contains the full application of the course Angular and Firebase
1214
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.
1315

1416

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+
![Angular for Beginners course](https://angular-academy.s3.amazonaws.com/thumbnails/angular2-for-beginners-small.png)
25+
26+
If you are looking for the Complete Angular With Typescript Course, the repo can be found here:
27+
1528
# Complete Typescript 2 Course - Build A REST API
1629

1730
If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here:
1831

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)
2233

2334
![Complete Typescript Course](https://angular-academy.s3.amazonaws.com/thumbnails/typescript-2-small.png)
2435

@@ -27,13 +38,19 @@ If you are looking for the Complete Typescript 2 Course - Build a REST API, the
2738

2839
If you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:
2940

30-
[Angular Ngrx Reactive Extensions Architecture Course](https://angular-university.io/course/angular2-ngrx)
31-
32-
[Github repo for this course](https://github.com/angular-university/ngrx-course)
41+
[Angular Ngrx Reactive Extensions Architecture Course](https://github.com/angular-university/ngrx-course)
3342

3443
![Angular Ngrx Course](https://angular-academy.s3.amazonaws.com/thumbnails/ngrx-angular.png)
3544

3645

46+
# 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+
![RxJs and Reactive Patterns Angular Architecture Course](https://s3-us-west-1.amazonaws.com/angular-academy/blog/images/rxjs-reactive-patterns-small.png)
53+
3754

3855
# Installation pre-requisites
3956

@@ -58,6 +75,15 @@ The code can be installed with the following command (needs to be run in the fol
5875

5976
npm install
6077

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+
6187

6288
## Running the code
6389
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

Comments
 (0)