I tried to create a service which would read the data from the .json file and render a method with the json data which would be invoked by the angular2 components. (Ideally in the realtime appliation the service would consume the WebAPI service and return the data to the angular2 components) The JSon data read from the service would be rendered in the form of BubbleChart which the bubblechartcomponent takes care of it. I was able to render the bubblechart without consuming the service, but after introducing the angular2 service components it stopped working. Can anyone help me with identifying the issue and resolve this issue?
Please find the plunker which simulates the actual application https://plnkr.co/edit/9RjP4rpY4d7EnA4Z5sRQ?p=preview -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
