flaviait / ng2-jspm-template

A template for a quick development workflow with angular 2 and jspm
MIT License
14 stars 3 forks source link

Evaluate the new angular 2 router #17

Closed svi3c closed 8 years ago

svi3c commented 8 years ago

If the router covers everything we use from the ngrx/router, we may use this one instead.

DorianGrey commented 8 years ago

Due to the today's commit , ngrx-router is mentioned as deprecated (https://github.com/ngrx/router/commit/07a5991d3ff011526019d74a7c99fa0239f36f8f), i.e. it seems to be required to change the router to properly update our update further. I'll put it on the todo-list in https://github.com/flaviait/ng2-jspm-template/pull/18.

Technically, the new component router is extremely similar to ngrx/router - most of its concepts have been adopted, and as such, it will provide everything we need.

svi3c commented 8 years ago

Resolved by #18