Subscribe

const httpKeres$ = ajax.ajax("https://kodbazis.hu/api/cimek")
.pipe(map(e => e.response));

httpKeres$.subscribe(adat => {
  console.log(adat);
})
Was this page helpful?