Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {"content": [{"id": 1, "nomebd": "teste", "email": "hue@nada.com"}, {"id": 2, "nomebd": "oi", "email": "oi"}, {"id": 3, "nomebd": "joao", "email": "tg"}, {"id": 4, "nomebd": "joao1", "email": "tg1"}, {"id": 5, "nomebd": "kkkkk", "email": "kkk"}, {"id": 6, "nomebd": "dae", "email": "dae"}, {"id": 7, "nomebd": "coe", "email": "coe"}, {"id": 8, "nomebd": "dadadad", "email": "dadadadada"}]}
  2.  
  3. this.service.getConfig()
  4. .subscribe(dados => this.cursos = dados)
  5.  
  6. getConfig() {
  7. return this.http.get<Curso[]>(this.url)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement