/angular-router-course

Angular Router Course

Primary LanguageTypeScriptMIT LicenseMIT

Angular Router Course

This repository contains the code of the Angular Router Course.

All the video content of this course is valid for the latest Angular v6 release, there is a npm-lock.json file available for avoiding semantic versioning issues.

Angular Router Course

Installation pre-requisites

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

Installation Instructions

We can install the master branch using the following commands:

git clone https://github.com/angular-university/angular-router-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.

To Run the Development Server

We can start the chat application with the following command:

npm start

The application is visible at port 8080 - http://localhost:8080

Other Courses

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

Angular Advanced Library Laboratory Course: Build Your Own Library

RxJs and Reactive Patterns Angular Architecture Course

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

RxJs and Reactive Patterns Angular Architecture Course

Angular Ngrx Reactive Extensions 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

Github repo for this course

Angular Ngrx Course

Angular 2 and Firebase - Build a Web Application 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

Github repo for this course

Angular firebase course

Complete Typescript 2 Course - Build A REST API

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

https://angular-university.io/course/typescript-2-tutorial

Github repo for this course

Complete Typescript Course