import { timeInterval, timeout } from "rxjs/operators"; import { interval } from "rxjs"; const seconds = interval(1000); ...
確定! 回上一頁