This branch contains an old archived version of the Angular Forms course, and which has been replaced by the new Angular Forms In Depth course.
Here is the logo of the new course and a link to it, not to be confused with the old one:
This repository contains the code of the Angular Forms Course.
This course repository is updated to Angular v5, there is a npm-lock.json file available for avoiding semantic versioning issues.
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
Its essential to important to install the latest version of Node
We can install the master branch using the following commands:
git clone https://github.com/angular-university/angular-forms-course.git
NOTE: you need npm 5 or higher in order for the package-lock.json to be taken into account:
npm install
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.
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
We can start the chat application with the following command:
npm start
The application is visible at port 8080 - http://localhost:8080
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:
Angular Advanced Library Laboratory Course: Build Your Own Library
If you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:
RxJs and Reactive Patterns Angular Architecture Course
If you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:
Angular Ngrx Reactive Extensions Architecture Course
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:
Angular 2 and Firebase - Build a Web Application
If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here: