RxJS에서 관찰 가능한 두 개를 '기다리는' 방법 내 앱에는 다음과 같은 것이 있습니다. this._personService.getName(id) .concat(this._documentService.getDocument()) .subscribe((response) => { console.log(response) this.showForm() }); //Output: // [getnameResult] // [getDocumentResult] // I want: // [getnameResult][getDocumentResult] 두 결과가 , 첫는 그면나두결얻과는를다, 번로째첫된입니다._personService 그음에다._documentService전화하기 에 두 를 어떻게 요?this.showForm()..