Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const apiHeaders = new HttpHeaders({ 'Content-Type': 'application/json',
  2. 'Cache-control': 'no-cache, no-store, must-revalidate',
  3. 'Pragma': 'no-cache',
  4. 'Expires': '-1'
  5. });
  6.  
  7. ...
  8. ...
  9. return this.http.get(uri, { headers: apiHeaders}):
  10. ...
Add Comment
Please, Sign In to add comment