const { timer } = require('rxjs');. const { take } = require('rxjs/operators');. // will emit once in 10ms. timer(10) .subscribe(rxObserver('timer(10)'));.
確定! 回上一頁