Hello Rajaraman, If you want to get started with Angular, I would suggest you use Visual Studio Code <https://code.visualstudio.com/> or WebStorm for a start, and the angular-cli.
These are lighter code editors, which will provide you with sufficient features to code Angular applications. It is ok to work with VS 2015, but requires careful configuration (we code using webstorm, and other teams VS code). Regards, O.D. On Thursday, 18 May 2017 13:46:31 UTC+2, Rajaraman Soundararajan wrote: > > > 1. I am new to Angular 2. Tried to setup using VS 2015 Quickstart ( > > https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html#!#prereq3 > ) > 2. Followed all the instructions in #1 and everything built correctly > 3. Unzipped the Files from https://github.com/angular/quickstart into > local folder where the asp.net .csproj folder is as shown in > screenshot ( Capture1.PNG) > 4. I started getting the following 404 Errors so changed the following > paths to *src in index.html* > <script src="/src/systemjs.config.js"></script> > <script> > System.import('/src/main.js').catch(function(err){ > console.error(err); }); > </script> > 5. Now we have new 404 Error as indicated in capture4.png > > > Can you please help me out i have 4 screen captures for your aid. > > > Thanks > > Rajaraman S > > > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
