I've just started learning angular 2 and though of create a small app using it but could not find way to use angular 2 modules like angular 2,routers etc , So could some please help out in how to download and manage angular 2 modules using bower.
Asked
Active
Viewed 418 times
1 Answers
5
There is no official bower package for angular 2. Use npm instead.
npm install angular2 --save

Vlado Tesanovic
- 6,369
- 2
- 20
- 31
-
Funnily, running "bower install angular2" now installs angular 1.4.8 – Hisham Jan 20 '16 at 11:29