UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

18 lines (13 loc) 394 B
var current = { compile: function(template) { return template; } }; var TemplateService = function TemplateService () {}; TemplateService.register = function register (userImplementation) { current = userImplementation; }; TemplateService.compile = function compile (template, options) { return current.compile(template, options); }; export default TemplateService;