I am new to polymer designing. Currently I have 4 html pages with polymer elements and 1 html file where all the 4 polymer elements are imported.
In the child html (polymer object) when I try to access controls (paper-button) using document.querySelector, it says null.
Can anybody please explain how can i access the imported elements in the parent page and add events to the buttons in the child polymer.
Thanks in advance
Regards Darshan