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
- Host: GitHub
- URL: https://github.com/angular-university/typescript-course
- Owner: angular-university
- License: mit
- Created: 2016-10-17T08:47:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T13:05:13.000Z (over 7 years ago)
- Last Synced: 2025-03-27T06:11:16.868Z (about 1 year ago)
- Topics: angular, rxjs, typescript
- Language: TypeScript
- Homepage: https://angular-university.io
- Size: 271 KB
- Stars: 109
- Watchers: 15
- Forks: 96
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

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

# 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