This repository contains the full application of the Complete Typescript Course.
Contains the code for several of the Angular University courses.
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 Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:
Angular Ngrx Reactive Extensions Architecture Course
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
Its important to install the latest version of Node
With the following command the angular-cli will be installed globally in your machine:
npm install -g @angular/cli