const stringTemplate = ` `; export default angular .module('jsonforms-material.renderers.controls.string', []) .run(['$templateCache', $templateCache => { $templateCache.put('string.html', stringTemplate); }]) .name;