platosha / angular-polymer

Angular 2 support for Polymer elements
https://www.npmjs.com/package/angular-polymer
Apache License 2.0
220 stars 44 forks source link

Angular 2, Problem in navigating from google chart to other component by click handler #139

Closed ptech360 closed 7 years ago

ptech360 commented 7 years ago

I have a problem in loading data when navigating from google chart to other component of the application. It is navigating but waiting for mouse move to load data on the html.

BorntraegerMarc commented 7 years ago

@ptech360 could you provide some code that we could actually review this problem?

ptech360 commented 7 years ago

I have a directive named chart.directive.ts I am using it in a component named home.component.ts my project to draw google charts. I used click event listener for navigating to other component named complaint.list.ts . it navigate easily but after navigating it wait for a mouse move to load data on corresponding html page named complaint.list.html

On Fri, Mar 17, 2017 at 6:32 PM, Marc Bornträger notifications@github.com wrote:

@ptech360 https://github.com/ptech360 could you provide some code that we could actually review this problem?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/platosha/angular-polymer/issues/139#issuecomment-287347948, or mute the thread https://github.com/notifications/unsubscribe-auth/APe-dVy_6FrIXbXg8_Kg-We-2-38QE5Wks5rmoRjgaJpZM4Mgiyj .

BorntraegerMarc commented 7 years ago

Can you provide a plunker or something? Because I'm not able to reproduce the problem

BorntraegerMarc commented 7 years ago

Closing until @ptech360 is providing more info.