Closed ptech360 closed 7 years ago
@ptech360 could you provide some code that we could actually review this problem?
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 .
Can you provide a plunker or something? Because I'm not able to reproduce the problem
Closing until @ptech360 is providing more info.
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.