Rx.Observable.of(1, 2, 3, 4, 5) .subscribe(value => console.log(value))
Last updated 5 years ago
Was this helpful?