Adding an Update to this. After installing Visual Studio 2015 Update 1, and using Alpha 52 from NPM
I still have to add a reference to the system-pollyfills.js file for Visual studio to not throw a debugging System is undefined error. Using IE 11 on Windows 10. Chris On Thursday, November 12, 2015 at 8:38:57 AM UTC-5, Chris RykrSmith wrote: > > Sorry for the Delay. > > Adding the system-polyfill.js to the project corrected the debugger error > messages. I am using IE 11 (11.0.10240.16431) in Windows 10. and using > IIS Express in VS 2015 to launch it. > > Just aw the last Appendix page, and added the es6-shim.min.js script to my > project and referenced it first. Everything seems to be running correctly > now. > > Thank you so much for the help > Chris > > > > On Friday, November 6, 2015 at 9:49:46 PM UTC-5, Eric Martinez wrote: >> >> Chris, >> >> what browser and version, are you using? Try adding after system.js the >> file system-polyfill.js (it's in the same folder). This shouldn't be >> necessary depending on your browser. Give it a try and tell us. >> > -- 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.
