v0.3.0
Added TemplateResult.renderInto(el)
which is the same as render(TemplateResult, el)
, but being attached to the TemplateResult
class allows libraries to consume the object without depending on the libraries render
function.
Added TemplateResult.renderInto(el)
which is the same as render(TemplateResult, el)
, but being attached to the TemplateResult
class allows libraries to consume the object without depending on the libraries render
function.