import {Directive} from 'angular2/angular2'; /** * TODO */ @Directive({ selector: 'ion-card', host: { 'class': 'card' } }) export class Card {}