An open API service indexing awesome lists of open source software.

https://github.com/angular-university/typescript-course

Contains the code for the Complete Typescript Course - Build a Node REST API
https://github.com/angular-university/typescript-course

angular rxjs typescript

Last synced: 12 months ago
JSON representation

Contains the code for the Complete Typescript Course - Build a Node REST API

Awesome Lists containing this project

README

          

# Repository contents

This repository contains the full application of the [Complete Typescript Course](https://angular-university.io/course/typescript-2-tutorial).

![Complete Typescript Course](https://angular-academy.s3.amazonaws.com/thumbnails/typescript-2-small.png)

# Angular University Lessons Code
Contains the code for several of the Angular University courses.

[Angular for Beginners Course](https://angular-university.io/course/getting-started-with-angular2)

![Angular for Beginners course](https://angular-academy.s3.amazonaws.com/thumbnails/angular2-for-beginners-small-v2.png)

# 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](https://angular-university.io/course/build-an-application-with-angular2)

[Github repo for this course](https://github.com/angular-university/angular-firebase-app)

![Angular firebase course](https://angular-academy.s3.amazonaws.com/thumbnails/angular_app-firebase-small.jpg)

# 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](https://github.com/angular-university/ngrx-course)

[Github repo for this course](https://angular-university.io/course/angular2-ngrx)

![Angular Ngrx Course](https://angular-academy.s3.amazonaws.com/thumbnails/ngrx-angular.png)

# 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*

- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)

# Installing the Angular CLI

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

npm install -g @angular/cli