0

Regarding installing dependencies for angular2 using with my sails.js web app. Should I install angular2 (current v2.0.0-beta.17) or @angular ( current v2.0.0-rc.3) node_modules? I am confused as to which node modules I am suppose to use.

If I am suppose to use @angular node_modules, can some one write the steps needed for @Angular node_modules to work with sails.js app.

Thank you in advance.

Thierry Templier
  • 198,364
  • 44
  • 396
  • 360
Daniel Izhar
  • 130
  • 1
  • 12

1 Answers1

0

It depends on which version you want to use. There was a package renaming between beta and RC versions. You can use only one at a time: either angular2 or @angular...

Thierry Templier
  • 198,364
  • 44
  • 396
  • 360