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

Commit f6d8be8

Browse files
committed
docs(ngComponentRouter): specify correct version of npm package
The latest npm package does not contain the angular 1 version of the router. Related to 824ce30.
1 parent eebbca0 commit f6d8be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngComponentRouter/Router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* on Bower or the Google CDN.
88
*
99
* ```bash
10-
* npm install @angular/router --save
10+
* npm install @angular/router@0.2.0 --save
1111
* ```
1212
*
1313
* Include `angular_1_router.js` in your HTML:

0 commit comments

Comments
 (0)