A basic use case from my perspective would be to display a parent div with 
several formatted child divs of the same type with different data. For 
example, display first name of each user in a collection in repeating divs. 
The following implementation is not valid ng2 but should show what I'm 
looking for: 

<div *ngFor="users">
<div>{user.FirstName}</div>
</div>

Can you post a url that provides a good sample implementation along these 
lines?

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

Reply via email to