Displaying 1 to 11 from 11 results

angular-redux-ngrx-examples - Sample projects with Angular (4

  •    TypeScript

A counter which can be incremented, decremented, with the option to increment or decrement async and reset the counter. This is the most basic ngrx example, with no ajax integration. Simple TODO application with CRUD operations with node backend.

ionic3-firebase-ngrx - Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)

  •    TypeScript

This is a starter template for Ionic projects. This template does not work on its own. The shared files for each starter are found in the ionic2-app-base repo.




angular-contacts-app-example - Angular & NgRx Contact Book CRUD example app

  •    TypeScript

This application uses @ngrx/store to manage application state, and @ngrx/effects to manange side effects, It also uses ngrx 4 fractal state management to leverage lazy loading of reducers and effects. @ngrx/entity is released and available on NPM, @ngrx/entity helps to reduce boilerplate and manipulate data in a fast and easy fashion, you can find @ngrx/entity implementation in Contacts Reducer.

angular-ngrx-socket-frontend - Angular Ngrx Socket.IO Example

  •    TypeScript

This Angular project demonstrates the implementation of a simple real time Notes app, with Socket.IO's asynchrnous 2-way event streams, combined with Ngrx/Store library for single state management à la Redux, and Ngrx/Effects to mange the side effects. This project was generated with Angular CLI version 1.3.1.

rxjs-websockets - A very flexible and simple websocket library for rxjs

  •    TypeScript

An rxjs websocket library with a simple and flexible implementation. Supports the browser and node.js. messages is a cold observable, this means the websocket connection is attempted lazily when a subscription is made to the messages observable. Advanced users of this library will find it important to understand the distinction between hot and cold observables, for most it will be sufficient to use the share operator as shown in the Angular example below.

angularhunt - Rate & Discuss(coming soon) about open source angular projects.

  •    TypeScript

Rate & Discuss(coming soon) about open source angular projects. AngularHunt is a platform where developers can RATE, Discuss(coming soon) about latest open source angular 2.x+ projects.


ngrx-router - NGRX Router - Router Bindings and Helpers for NGRX Effects

  •    TypeScript

Router bindings for NGRX Effects. It allows you to bind to route activation to fetch data along with some common route actions such as go, back, foward. This is different from ngrx-router-store in the fact this doesn't actually add anything to your store, it just emits events.

ngrx-example - Just a simple example of ngrx implementation

  •    TypeScript

This project is a simple example of how to use NgRx. This project also was generated with Angular CLI version 1.3.2. To understand how NgRx works, I recommend you to read the blog post NgRx: Patterns and Techniques by Victor Savkin.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.