Skip to content

utpaul/ngrx-ionic-2-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngrx-ionic-2-samples

Ionic 2 + ngrx samples. This project ports btroncone's ngrx-examples into Ionic 2

Objective of this project

The objective is to create an implentation in Ionic 2 out of the example apps of created by btroncone, as a learning experience for me, and that can be shared with other people.

Samples Implemented so far

  • Counter
  • Todos
  • Async
  • Shopping Cart

Notes about

  • This application uses the ngrx version 2.0.0, which is slightly different than the version used in the inspiring project. These slight differences can be noticed on the following the following features:
    • Reducers have been implemented as regular functions, to avoid a problem with the AoT compiler.
    • The class StateUpdates and the operator whenAction are not available for V 2.0.0. Therefore, access to the store when using effects is solved in a with 'withLatestFrom'.

Roadmap

These samples work for the following Ionic Environment:

Cordova CLI: 6.4.0 Ionic Framework Version: 2.0.0-rc.3 Ionic CLI Version: 2.1.8 Ionic App Lib Version: 2.1.4 Ionic App Scripts Version: 0.0.45 ios-deploy version: Not installed ios-sim version: Not installed OS: Windows 10 Node Version: v4.4.7 Xcode version: Not installed

I will be checking with newer versions of Ionic as long as they show up.

Resources

About

Ports btroncone's ngrx-examples into Ionic 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 53.1%
  • HTML 15.8%
  • JavaScript 15.6%
  • CSS 15.5%