-1

Whats the latest version of Angular2 router?

and how can I update my current older version using a git bash command?

AngularM
  • 15,982
  • 28
  • 94
  • 169
  • This is how you can update your npm dependencies and see their latest version: [How do I correctly upgrade angular 2 (npm) to latest beta?](http://stackoverflow.com/questions/36597780/how-do-i-correctly-upgrade-angular-2-npm-to-latest-beta/36598492#36598492) – Cosmin Ababei Aug 04 '16 at 12:32
  • didnt work npm update etc. I just need to update the router so @canActivate works – AngularM Aug 04 '16 at 19:48

1 Answers1

1

Just go to the change log for that component in the Angular respository: Router. The version is listed right at the top.

sqlsolver
  • 91
  • 4