Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public GetAllCountry() {
  2.     return this.getAccesKey().map(x => {
  3.       return this.http.get<AllCountries>(this.BASE_API_URL + 'countries?access_token=' + x.new_access_token);
  4.     });
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement