Skip to content

Instantly share code, notes, and snippets.

@ttcremers
ttcremers / polymer-templatize-example.html
Created July 23, 2018 14:13
Simple example of the Polymer.Templatize API in a component (Polymer 2.0).
<link rel="import" href="../polymer/polymer-element.html">
<dom-module id="polymer-templatize-example">
<template>
<style>
:host {
display: block;
}
</style>