A simple showcase project demonstrating usage of @ngrx-store for a application state management.
The application is a Angular 2 based client to the Bitfinex websocket interface. It consumes the 'ticker' stream and shows last 10 ticks.
Just build it using
npm install
and then run the it locally
npm run start
The application will start at http://localhost:3000/.