SHARE
TWEET

Untitled

a guest Jan 4th, 2016 44 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     return new Promise<ScanNetwork>(resolve =>
  2.         resolve(this.http.get('http://localhost:8000/myobel/api/v1/scan-network/74c43234-2abe-4b65-a791-aa2ae5fc3852/')
  3.         .map(res => res.json())
  4.         //.subscribe(
  5.         //  data => this.randomQuote = data,
  6.         //  err => this.logError(err),
  7.         //  () => console.log('Get scan complete')
  8.         //))
  9.     );
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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top