So I am trying to subscribe to a simple service that return data from a local JSON file.
I have managed to get the service working, I can log it out in the function
objResponse; this.service.getData().subscribe((result: any)=> { this.objResponse=result; }
Returning something won't required