I am following the angular.io tutorial on creating a single paged application.
From my understanding<[tag] *ngFor="let [localVariableName] of [arrayName]">
You should then be able to use localVariableName to access the type's member variables.
It's a bit long so I've posted it in to Pastebin.
http://pastebin.com/UHewKHH4
I have already gone through the tutorial once but I am going through for the second time trying to customize it to my own needs.
Cheers.