salix/client/item/src/descriptor/item-descriptor.js

9 lines
169 B
JavaScript
Raw Normal View History

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