1

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.

Waseem Bepari
  • 336
  • 2
  • 9

1 Answers1

5

There is no official bower package for angular 2. Use npm instead.

npm install angular2 --save
Vlado Tesanovic
  • 6,369
  • 2
  • 20
  • 31