Agree with this whole heartedly. Does anyone know of any good websites / blogs that teach Angular2 ? I know it's still in alpha / beta, but would like to see how to build an app in A2
Regards Anthoni On Wednesday, 23 September 2015 04:16:27 UTC+1, Jean-Baptiste Cattley wrote: > > Working through the guide in order, from a fresh install of node: > > * Compilation of app.ts fails with: src/app.ts(1,42): error TS2307: > Cannot find module 'angular2/angular2'. > * Getting this to work properly requires 'tsd install angular2' to be run > - which is mentioned, but not until after the reader is told to compile. > > * In "Displaying Data" - the reader is instructed to create > show-properties.html, containing just one line: <display></display>, > instead of the full HTML boilerplate from the previous example with > <my-app> changed to <display> > > * All the code examples abbreviate previous annotation lines to "...", > making it unclear to the reader that annotation lines need to be > comma-separated > > * It's not clear (until the end of the page) that the FriendsService class > goes in the same file as the DisplayComponent class; for people coming from > other frameworks/environments, this is not at all obvious. > > And that's only up to the second page... > > C'mon guys, these docs fail grandmother testing at the first hurdle. > > -- 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.
