Skip to content

Commit 0a828cc

Browse files
committed
Angular Forms course
1 parent 20446da commit 0a828cc

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

README.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
2+
3+
4+
# Angular Forms Course
5+
6+
This repository contains the code of the [Angular Forms Course](https://angular-university.io/course/angular2-forms).
7+
8+
This course repository is updated to Angular 4, there is a npm-lock.json file available for avoiding semantic versioning issues.
9+
10+
![Angular Forms Course](https://angular-academy.s3.amazonaws.com/thumbnails/angular-forms-small-v2.png)
11+
12+
13+
# Installation pre-requisites
14+
15+
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
16+
17+
*Its essential to important to install the latest version of Node*
18+
19+
- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
20+
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
21+
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
22+
23+
24+
# Installation Instructions
25+
26+
We can install the master branch using the following commands:
27+
28+
git clone https://github.com/angular-university/angular-forms-course.git
29+
30+
31+
NOTE: you need npm 5 or higher in order for the package-lock.json to be taken into account:
32+
33+
npm install
34+
35+
By using npm 5 or higher and the package-lock.json file, 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.
36+
37+
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
38+
39+
# To Run the Development Server
40+
41+
We can start the chat application with the following command:
42+
43+
npm start
44+
45+
The application is visible at port 8080 - [http://localhost:8080](http://localhost:8080)
46+
47+
48+
49+
# Other Courses
50+
51+
If you are looking for the Angular Advanced Library Laboratory Course: Build Your Own Library, the repo with the full code can be found here:
52+
53+
[Angular Advanced Library Laboratory Course: Build Your Own Library](https://angular-university.io/course/angular-advanced-course)
54+
55+
![Angular Advanced Library Laboratory Course: Build Your Own Library](https://angular-academy.s3.amazonaws.com/thumbnails/advanced_angular-small-v3.png)
56+
57+
58+
59+
## RxJs and Reactive Patterns Angular Architecture Course
60+
61+
If you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:
62+
63+
[RxJs and Reactive Patterns Angular Architecture Course](https://angular-university.io/course/reactive-angular-architecture-course)
64+
65+
![RxJs and Reactive Patterns Angular Architecture Course](https://s3-us-west-1.amazonaws.com/angular-academy/blog/images/rxjs-reactive-patterns-small.png)
66+
67+
68+
69+
## Angular Ngrx Reactive Extensions Architecture Course
70+
71+
If you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:
72+
73+
[Angular Ngrx Reactive Extensions Architecture Course](https://angular-university.io/course/angular2-ngrx)
74+
75+
[Github repo for this course](https://github.com/angular-university/ngrx-course)
76+
77+
![Angular Ngrx Course](https://angular-academy.s3.amazonaws.com/thumbnails/ngrx-angular.png)
78+
79+
80+
81+
## Angular 2 and Firebase - Build a Web Application Course
82+
83+
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:
84+
85+
[Angular 2 and Firebase - Build a Web Application](https://angular-university.io/course/build-an-application-with-angular2)
86+
87+
[Github repo for this course](https://github.com/angular-university/angular-firebase-app)
88+
89+
![Angular firebase course](https://angular-academy.s3.amazonaws.com/thumbnails/angular_app-firebase-small.jpg)
90+
91+
92+
## Complete Typescript 2 Course - Build A REST API
93+
94+
If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here:
95+
96+
[https://angular-university.io/course/typescript-2-tutorial](https://github.com/angular-university/complete-typescript-course)
97+
98+
[Github repo for this course](https://github.com/angular-university/complete-typescript-course)
99+
100+
![Complete Typescript Course](https://angular-academy.s3.amazonaws.com/thumbnails/typescript-2-small.png)
101+

0 commit comments

Comments
 (0)