Skip to content

An example of the flux pattern with Angular 2, using observables for reactive goodness.

Notifications You must be signed in to change notification settings

edconolly/angular2-flux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular2: Flux and Observable Example

This example shows how to implement the flux pattern in Angular 2 using observables.

It's accompanied by a blog post to run through the implementation.

You can read the post on the ovo tech blog.

Getting Started

Make sure you have the typescript compiler installed (npm install -g tsc).

Install all the dependencies with

npm install

Then, in one window run the compiler in watch mode on the src/ directory.

tsc -p src -w

In another window start the app with

npm start

About

An example of the flux pattern with Angular 2, using observables for reactive goodness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published