Hi there I'm having some trouble getting up and running with Angular 2. I don't understand how to install Angular 2 into my existing nodejs application.
The Angular 2 Quickstart <https://angular.io/docs/js/latest/quickstart.html> uses npm to install Angular 2 into a new application. When I run this on my existing application, it installs Angular 2 into my node_modules folder, which is what I would expect. However, surely I need this to be installed into my public/lib folder, as if installed by bower. I have tried moving the whole folder into the public/lib folder, but Visual Studio 2015 really doesn't like this and throws all sorts of errors.As it happens, it throws errors even if I leave it in place! What gives? How do I install Angular 2 into my existing nodejs Visual Studio 2015 application? Mark -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
