Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. constructor(
  2. public apollo: Apollo,
  3. public http: HttpClient,
  4. public userService: UserService,
  5. public datingService: DatingService,
  6. differs: KeyValueDiffers) {
  7. this.http.get('./assets/js/countries.js').subscribe(data => {
  8. this.countries = data;
  9. });
  10.  
  11. this.differ = differs.find([]).create();
  12.  
  13. this.datingService.getUserInfo
  14. this.photos = [];
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement