Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    let data = {
  2.      array: [[255,255,255],[255,255,255],[255,255,255]]
  3.     }
  4.     this.httpClient.post('http://192.168.4.1/',data)
  5.       .subscribe(res=> console.log(res))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement