This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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
Description
The documentation on Component Router for Angular 1.5.x has the following installation instructions:
npm init
npm install [email protected] --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
.