Port the project to the current version of Angular2
In https://github.com/topheman/angular2-sandbox/commit/ac349c721801c408cbf9dcc60bffc267786941f4 , I froze the deps to the rc.1 of Angular2 (the version on which I coded the project) because the later RCs were not compatible anymore.
Since there were a lot of breaking changes (not only in Angular2, but also in ngrx), I haven't upgraded the source code to the latest (don't have time for it at the moment).
Any help is welcome.
An option would be to tag the current version of the project as v1.0.0 and restart it from scratch using https://github.com/AngularClass/angular2-webpack-starter as boilerplate, adding the feature that were demonstrating reactive programming + store, all of this, to be shipped in v2.0.0.