import ngModule from '../module'; class ItemCard { constructor() { this.item = {}; } } ngModule.component('vnItemCard', { template: require('./item-card.html'), controller: ItemCard });