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

Commit 04bccee

Browse files
jezzayNarretz
authored andcommitted
docs(guide/Component Router): fix a typo in npm install instructions
Related #14452
1 parent a404839 commit 04bccee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component-router.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ AngularJS itself via npm:
467467

468468
```bash
469469
npm init
470-
npm install@1.5.x angular --save
470+
npm install angular@1.5.x --save
471471
npm install @angular/router --save
472472
```
473473

0 commit comments

Comments
 (0)