Is this a good place to ask questions about the Angular2 Quickstart?
I have questions and feedback.

I don't think the quickstart should include the Typescript reference 
directive at the top of app.ts. That is the line that starts with "/// 
<reference path=". IIUC, that is specific to Visual Studio and helps with 
Intellisense. It's a very weird choice of syntax ... triple slash followed 
by an XHTML element inside a file containing JavaScript code!

The import in app.ts imports from 'angular2/angular2'. Why the repetition?

What is the rationale for having separate @Component and @View annotations? 
At least in this example there is so little to specify. It seems most 
components will use both annotations, so why not combine them into one?

Is the call to bootstrap at end of app.ts only needed because this is a 
preview version of Angular2 or will that always need to be called on all 
components?

-- 
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.

Reply via email to