Skip to content
Permalink
Browse files

docs(guide/component-router): specify correct version of npm package

The latest npm package does not contain the angular 1 version of the router.

Closes #14564
Closes #14560
  • Loading branch information
petebacondarwin committed May 7, 2016
1 parent b377d6b commit 225afb9eb4bc00d50d538deaa14585f655f1c05b
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/content/guide/component-router.ngdoc
@@ -468,7 +468,7 @@ AngularJS itself via npm:
```bash
npm init
npm install angular@1.5.x --save
npm install @angular/router --save
npm install @angular/router@0.2.0 --save
```


0 comments on commit 225afb9

Please sign in to comment.
You can’t perform that action at this time.