Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public imagen() {
  2. this.storage.get('user').then((login) => {
  3. this.respuesta.login = login;
  4. this._uS.imagen(this.respuesta.login, this.respuesta.base64)
  5. .subscribe(resp => {
  6. console.log(this.respuesta.base64);
  7. this.respuesta.status = resp;
  8. console.log(this.respuesta.status);
  9. });
  10. });
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement