import ngModule from '../module'; ngModule.component('vnItemDescriptor', { template: require('./item-descriptor.html'), bindings: { item: '<' } });