GitXplorerGitXplorer
a

typescript-course

public
109 stars
96 forks
1 issues

Commits

List of commits on branch master.
Unverified
00ae11a2ca27e662207b63d353e0daeabbceb50b

upgrade to Angular 7

jjhades committed 6 years ago
Verified
47d19bf33a9f8171fa0ad7b5c2f8a692822243c0

Merge pull request #7 from angular-university/add-license-1

jjhades committed 6 years ago
Verified
da4ee311a1d163fe2ac0c312f836a0628d184132

Create LICENSE

jjhades committed 6 years ago
Unverified
c7743f331d17e9f62e0487a880df2fc3bd63040f

Course updated to Angular 6

jjhades committed 7 years ago
Unverified
338bd83327dba29f4ebe1fb3245d99489ef48fa7

course update to Angular v5

jjhades committed 7 years ago
Unverified
bf05bb3559df6e37b9420dcdaab4fa7572cc57c4

upgrade to Angular 4

jjhades committed 8 years ago

README

The README file for this repository.

Repository contents

This repository contains the full application of the Complete Typescript Course.

Complete Typescript Course

Angular University Lessons Code

Contains the code for several of the Angular University courses.

Angular for Beginners Course

Angular for Beginners 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

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

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 important to install the latest version of Node

Installing the Angular CLI

With the following command the angular-cli will be installed globally in your machine:

npm install -g @angular/cli