Skip to content

Commit 7d0c611

Browse files
authored
Update README.md
1 parent 00d8fb4 commit 7d0c611

File tree

1 file changed

+39
-36
lines changed

1 file changed

+39
-36
lines changed

README.md

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11

2-
## Angular Ngrx Course
2+
## Ngrx (with NgRx Data) - The Complete Guide
33

4-
This repository contains the code of the [Angular Ngrx Course](https://angular-university.io/course/angular-ngrx-course).
4+
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 v8, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
6+
This course repository is updated to Angular v8:
77

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

1010

1111
# Installation pre-requisites
1212

13-
IMPORTANT: Please use NPM 5 or above, to make sure the package-lock.json is used.
14-
1513
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
1614

1715
*Its important to install the latest version of Node*
@@ -36,15 +34,13 @@ We can install the master branch using the following commands:
3634

3735
This repository is made of several separate npm modules, that are installable separately. For example, to run the au-input module, we can do the following:
3836

39-
cd angular-ngrx-course
37+
cd ngrx-course
4038
npm install
4139

4240
Its also possible to install the modules as usual using npm:
4341

4442
npm install
4543

46-
NPM 5 or above has the big advantage that if you use it you will be installing the exact same dependencies than I installed in my machine, so you wont run into issues caused by semantic versioning updates.
47-
4844
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
4945

5046
# To Run the Development Backend Server
@@ -73,16 +69,47 @@ At certain points along the course, you will be asked to checkout other remote b
7369

7470
git branch -a
7571

76-
The remote branches have their starting in origin, such as for example 1-navigation-and-containers.
72+
The remote branches have their starting in origin, such as for example 1-start.
7773

7874
We can checkout the remote branch and start tracking it with a local branch that has the same name, by using the following command:
7975

80-
git checkout -b 1-auth origin/1-auth
76+
git checkout -b 1-start
8177

8278
It's also possible to download a ZIP file for a given branch, using the branch dropdown on this page on the top left, and then selecting the Clone or Download / Download as ZIP button.
8379

8480
# Other Courses
8581

82+
# Angular Core Deep Dive Course
83+
84+
If you are looking for the [Angular Core Deep Dive Course](https://angular-university.io/course/angular-course), the repo with the full code can be found here:
85+
86+
![Angular Core Deep Dive](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-core-in-depth-small.png)
87+
88+
# RxJs In Practice
89+
90+
If you are looking for the [RxJs In Practice](https://angular-university.io/course/rxjs-course), the repo with the full code can be found here:
91+
92+
![RxJs In Practice Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/rxjs-in-practice-course.png)
93+
94+
95+
# Angular Testing Course
96+
97+
If you are looking for the [Angular Testing Course](https://angular-university.io/course/angular-testing-course), the repo with the full code can be found here:
98+
99+
![Angular Testing Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-testing-small.png)
100+
101+
# Serverless Angular with Firebase Course
102+
103+
If you are looking for the [Serverless Angular with Firebase Course](https://angular-university.io/course/firebase-course), the repo with the full code can be found here:
104+
105+
![Serverless Angular with Firebase Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/serverless-angular-small.png)
106+
107+
# Angular Universal Course
108+
109+
If you are looking for the [Angular Universal Course](https://angular-university.io/course/angular-universal-course), the repo with the full code can be found here:
110+
111+
![Angular Universal Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-universal-small.png)
112+
86113
# Angular PWA Course
87114

88115
If you are looking for the [Angular PWA Course](https://angular-university.io/course/angular-pwa-course), the repo with the full code can be found here:
@@ -115,31 +142,7 @@ If you are looking for the RxJs and Reactive Patterns Angular Architecture Cours
115142
![RxJs and Reactive Patterns Angular Architecture Course](https://s3-us-west-1.amazonaws.com/angular-academy/blog/images/rxjs-reactive-patterns-small.png)
116143

117144

118-
119-
## Angular Ngrx Reactive Extensions Architecture Course
120-
121-
If you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:
122-
123-
[Angular Ngrx Reactive Extensions Architecture Course](https://angular-university.io/course/angular2-ngrx)
124-
125-
[Github repo for this course](https://github.com/angular-university/ngrx-course)
126-
127-
![Angular Ngrx Course](https://angular-academy.s3.amazonaws.com/thumbnails/ngrx-angular.png)
128-
129-
130-
131-
## Angular 2 and Firebase - Build a Web Application Course
132-
133-
If you are looking for the Angular 2 and Firebase - Build a Web Application Course code, the repo with the full code can be found here:
134-
135-
[Angular 2 and Firebase - Build a Web Application](https://angular-university.io/course/build-an-application-with-angular2)
136-
137-
[Github repo for this course](https://github.com/angular-university/angular-firebase-app)
138-
139-
![Angular firebase course](https://angular-academy.s3.amazonaws.com/thumbnails/angular_app-firebase-small.jpg)
140-
141-
142-
## Complete Typescript 2 Course - Build A REST API
145+
## Complete Typescript Course - Build A REST API
143146

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

0 commit comments

Comments
 (0)