All, I had a few issues that I had to work through while using this Angular_2 five minute quick start guide (https://angular.io/docs/js/latest/quickstart.html):
- I had to change <reference path="typings/angular2/angular2.d.ts" > to ///<reference path="typings/angular2/angular2.d.ts" /> (http://stackoverflow.com/questions/30335607/error-compiling-5-min-quickstart-angularjs-2-0) - I use Node Version Manager on Ubuntu, and I have to install my npm packages from my home folder. This conflicts with this(# From the directory that contains index.html:) in part 8. - Also, the guide was a little vague when going from step to step which file you were supposed to be working with. The file was mentioned in step 3, but was assumed the rest of way. This may be more clear using this example. Example: For steps three to ??? edit the app.ts file .... instead of Current: Inside of app.ts, import the type definitions from Angular: Thanks! -- Nick -- 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.
