I have created a service that makes a simple GET request:
private accountObservable = null; constructor(private _http: Http) { } getAccount () { // If
In my case it was because of form post and button clik was set to same listener