All Projects → angular-university → Courses

angular-university / Courses

Contains the Angular For Beginners Course, Angular Forms, Router and RxJs Jumpstart Courses

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Courses

Cyclejs.cn
The Cycle.js Chinese documentation website.
Stars: ✭ 132 (-15.92%)
Mutual labels:  rxjs
Async Pipeline
🌈 RxJS operators for Angular component templates 😱
Stars: ✭ 135 (-14.01%)
Mutual labels:  rxjs
Awesome Rxjs
Awesome list of RxJS 5
Stars: ✭ 141 (-10.19%)
Mutual labels:  rxjs
Rx Book
xgrommx.github.io/rx-book
Stars: ✭ 1,660 (+957.32%)
Mutual labels:  rxjs
Page Transitions Travelapp
Travel App, Native-like Page Transitions
Stars: ✭ 134 (-14.65%)
Mutual labels:  rxjs
Reactive State
Redux-clone build with strict typing and RxJS down to its core. Wrist-friendly, no boilerplate or endless switch statements
Stars: ✭ 135 (-14.01%)
Mutual labels:  rxjs
Ayanami
🍭 A better way to react with state
Stars: ✭ 129 (-17.83%)
Mutual labels:  rxjs
React Rxjs
React bindings for RxJS
Stars: ✭ 150 (-4.46%)
Mutual labels:  rxjs
Rxmq.js
JavaScript pub/sub library based on RxJS
Stars: ✭ 134 (-14.65%)
Mutual labels:  rxjs
Marble
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
Stars: ✭ 1,947 (+1140.13%)
Mutual labels:  rxjs
Fp Ts Rxjs
fp-ts bindings for RxJS
Stars: ✭ 133 (-15.29%)
Mutual labels:  rxjs
Beicon
Reactive Streams for ClojureScript
Stars: ✭ 133 (-15.29%)
Mutual labels:  rxjs
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (-12.74%)
Mutual labels:  rxjs
Angular Interview Questions
List of 300 Angular Interview Questions and answers
Stars: ✭ 2,264 (+1342.04%)
Mutual labels:  rxjs
Rxjs Fruits
A game for learning RxJS 🍎🍌
Stars: ✭ 142 (-9.55%)
Mutual labels:  rxjs
Frontend Hard Mode Interview
《前端内参》,有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享,旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。
Stars: ✭ 2,338 (+1389.17%)
Mutual labels:  rxjs
Rxjs Hooks
React hooks for RxJS
Stars: ✭ 1,953 (+1143.95%)
Mutual labels:  rxjs
Rx Sandbox
Marble diagram DSL based test suite for RxJS 6
Stars: ✭ 151 (-3.82%)
Mutual labels:  rxjs
Jupyterlab Data Explorer
First class datasets in JupyterLab
Stars: ✭ 146 (-7.01%)
Mutual labels:  rxjs
Vertx Rx
Reactive Extensions for Vert.x
Stars: ✭ 137 (-12.74%)
Mutual labels:  rxjs

Angular University Lessons Code

Contains the code for several of the Angular University courses.

This course repository is updated to Angular 5, there is a Yarn lock file available.

Angular for Beginners Course

Angular for Beginners course

Which Course are You Looking For ?

If you are looking for the code of the following courses, see further the installation instructions on this page:

Angular and Firebase - Build a Web Application Course

If you are looking for the Angular and Firebase - Build a Web Application Course code, the repo with the full code can be found here:

Angular 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:

Complete Typescript 2 Course - Build A REST API

Github Repo for this course

Complete Typescript 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

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

Github repo for this course

RxJs and Reactive Patterns Angular Architecture Course

Installation pre-requisites

This project has minimal dependencies, you only need node and npm installed on your machine. These are some tutorials to install node in different operating systems.

Make sure to install the latest version of Node 6

Installation Instructions

First clone or download as a Zip file using the green "Clone Or Download" button on the top right of the document.

Then change directory to the folder 01-getting-started-with-angular2, where you will find a small node project with a package.json.

On the command line run the following:

npm install

If you prefer the Yarn package manager, you can also run:

yarn

Although npm install would also work, its recommended to use Yarn to install the course dependencies. Yarn has the big advantage that if you use it 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.

Starting the development server

To start the server, run the following command:

npm start

If you now go to http://localhost:8080, there will be a running application at this url.

Making changes

If you edit a Typescript file and refresh the browser, the changes will be applied.

Brought to you by the Angular University

Have a look at our course pipeline at angular-university.io.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].