Polymer Nested Custom Component Use

Polymer supports Nested Custom Components creation.In this Demo, "We will create two custom component where One component will call another insides its template".The first component ts-names is the list of the names.The second component ts-red alters the colors of the text to red.publish property is necessary for inner component for a nested situation.Below HTML has all the code for this demo,<!doctype html>
<html>
<head>
<title>Polymer Nested Custom Element: Name List</title>...
 •  0 comments  •  flag
Share on Twitter
Published on July 13, 2014 11:29
No comments have been added yet.