Suppose I have two distinct polymer-elements
polymer-elements
One should be embedded inside the other using the content placeholder. Is it possible to do
content
Works like a charm. Parent element is publishing property data, that can by 2 way data bound. This way the child element gets the same data.