dagstuan / ng2-redux-router

Bindings to connect @angular/router to ng2-redux
MIT License
19 stars 11 forks source link

Update to Angular2 RC6 #6

Closed SethDavenport closed 8 years ago

SethDavenport commented 8 years ago

This requires switching from es6-shim typings to core-js typings.

I also removed peer dependencies that are already covered by Angular; this will make it easier to update as Angular updates its own dependencies.

SethDavenport commented 8 years ago

@dagstuan

dagstuan commented 8 years ago

@SethDavenport Thank you! I merged this one, updated the bindings to typescript 2.0, and added more documentation. I also added a small example implementation from your ng2-redux's counter-example, so thanks for that one! :)