A few very basic questions - not even *stackoverflow* worthy yet.


This Arichitecture Guide 
<https://angular.io/docs/ts/latest/guide/architecture.html> does not have 
the word *controller* on it. A *Component* references a *template* which 
provides the view, and a *class* for behavior. Would you say that the 
associated *class* is then a/the *Controller* or is that an 
inapropriate/confusing term?

What is better?


The page also discusses the importance of modularity, but that is optional. 
Is the *module* a first class citizen of Angular2, like *directive* or 
*component*, or is it just an organization mechanism which will vary based 
on language?

In the context of Dart, is *module* then a direct mapping to Dart *library*?


Finally, for general understanding questions not applicable to stack 
overflow, is this the best place to ask questions focusing on Angular2 Dart 
or will there be an Angular2 Dart group as well?

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to