import {Labels} from '../../renderers/Labels'; export default angular .module('jsonforms.service.label', []) .service('LabelService', Labels) .name;