What is Polymer ?
- Library On top of WebComponent API
- Bulding custom component is easier with polymer
- Provides 2 way data binding
- 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