SHARE
TWEET
Untitled
a guest
Jan 4th, 2016
57
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- return new Promise(resolve => this.http.get('http://localhost:8000/myobel/api/v1/scan-network/74c43234-2abe-4b65-a791-aa2ae5fc3852/')
- .map(res => res.json())
- .subscribe(
- data => resolve(data),
- err => this.logError(err),
- () => console.log('Get scan complete')
- )
- );
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
