Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 225afb9

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
1 parent b377d6b commit 225afb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/guide/component-router.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ AngularJS itself via npm:
468468
```bash
469469
npm init
470470
npm install angular@1.5.x --save
471-
npm install @angular/router --save
471+
npm install @angular/router@0.2.0 --save
472472
```
473473

474474

0 commit comments

Comments
 (0)