Data-binding between nested polymer elements

前端 未结 3 1148
抹茶落季
抹茶落季 2020-12-14 22:04

Suppose I have two distinct polymer-elements

One should be embedded inside the other using the content placeholder. Is it possible to do

3条回答
  •  北海茫月
    2020-12-14 22:18

    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.

    
    
    
    

提交回复
热议问题