Tuesday, May 9, 2017

Hello World Polymer

What is Polymer ?

  1. Library On top of WebComponent API
  2. Bulding custom component is easier with polymer
  3. Provides 2 way data binding
  4. Components are just HTML files

Creating Hello World Component 


helloworld.html

Using Hello World Component


index.html

Open in Browser


index.html

Creating myName Property in hello-world component


hello-world.html

Using myName Property


index.html

Open in Browser


index.html




No comments:

Post a Comment