... OnInit } from '@angular/core'; import { of } from 'rxjs/observable/of'; ... of('Mike', 'Leo').pipe(delay(1000)) .subscribe(val ...
確定! 回上一頁