A simple base class for creating custom elements with lit.
I am newbie to lit-element, and when use import to include the library, I am getting error as: Uncaught TypeError: …
javascript lit-element polymer-3.x lit-htmlI don't know how to observe property changes in LitElement. I've been trying these methods, but I couldn't get these …
polymer lit-element