Create a Custom Element using Polymer

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

In this lesson we'll install Polymer using bower and explore creating our first custom element. We will use the dom-module to create our first Element and add an event listener to watch for the keyup event.

Austin Witherow
~ 7 years ago

Really nice introduction to polymer, am getting interested and looking forward to the rest of the course.

A question... inp.addEventListener.

You mentioned this as a shortcut to accessing the document.getElementById('inp').

Meaning this is a default feature of javascript now?