One more quick note, If you are building against Alpha 52. You may need to go get the Visual Studio 2015 update 1 download. This will include an updated Typescript. It was released on the 30th of November but has not been pushed to all clients. This along with the polyfills and changing things to Camelcasing worked for me.
Chris On Friday, December 11, 2015 at 11:26:29 AM UTC-5, Chris RykrSmith wrote: > > https://www.youtube.com/watch?v=Zkesm9CUP_o > > here is a youtube video that helped me. > > One thing to note however is I had to include the system-polyfills.js file > and reference it after the system.js file to get VS 2015 to not throw > errors on System. You can find that file in the same folder as the > System.js file. > > On Tuesday, December 8, 2015 at 5:41:12 AM UTC-5, Mark Norgate wrote: >> >> 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.
