SHARE
TWEET

Untitled

a guest Jan 4th, 2016 33 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var headers = new Headers();
  2. headers.append('Content-Type', 'application/json');
  3. this.$http.post('/test/user/addfriend', JSON.stringify(this.model), { headers: headers }).subscribe(res => res.json());
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