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>...
Published on July 13, 2014 11:29