Controller
View
Component
Syntax helper
import { NgFor } from '@angular/common';
<md-card *ngFor="let ship of ships">
By themcmurder