AE
Size: a a a
AE
М
М
AE
М
М
М
getLocation(): Observable<any> {
return this.http.get<any>('https://geolocation-db.com/json/')
}
this.userService.getLocation().subscribe(location => {
this.location = location
})
consoleconsole.log(this.location)
AE
AE
М
М
М
this.userService.create(this.ref).subscribe(user => {
this.userid = user.id
})
this.userService.getLocation().subscribe(location => {
this.location = location
})
🏡К
М
AE
М
AE
М
this.userService.getLocation().subscribe(location => {
this.location = location
})
М
М