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
This commit is contained in:
Peter Bacon Darwin
2016-05-07 21:39:14 +01:00
parent 5b053b18d0
commit 824ce30041
+1 -1
View File
@@ -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
```