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

Component Router NPM Package Does Not Include Angular1 Folder #14564

Closed
mickeyvip opened this issue May 6, 2016 · 2 comments
Closed

Component Router NPM Package Does Not Include Angular1 Folder #14564

mickeyvip opened this issue May 6, 2016 · 2 comments

Comments

@mickeyvip
Copy link

The documentation on Component Router for Angular 1.5.x has the following installation instructions:

npm init
npm install angular@1.5.x --save
npm install @angular/router --save

The version of the Router that is installed with the last command is 2.0.0-rc.1 and does not include Angular1 folder.

So one cannot use this NPM package with Angular 1.5.x.

@petebacondarwin
Copy link
Contributor

We need to specify the version explicitly for now

@Narretz
Copy link
Contributor

Narretz commented May 6, 2016

Like this? #14560

@Narretz Narretz modified the milestones: 1.6.x, 1.5.6 May 6, 2016
petebacondarwin added a commit that referenced this issue May 7, 2016
The latest npm package does not contain the angular 1 version of the router.

Closes #14564
Closes #14560
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants