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