RxJS 구독() 함수의 구성요소로 선언된 액세스 변수 나는 사용할 수 있다.this.variable다음과 같은 RxJS 함수 내부를 제외하고 구성 요소의 임의 부분에 있는 변수에 액세스하기 위해subscribe()또는catch(). 아래 예에서 프로세스를 실행한 후 메시지를 인쇄하려는 경우: import {Component, View} from 'angular2/core'; @Component({ selector: 'navigator' }) @View({ template: './app.component.html', styles: ['./app.component.css'] }) export class AppComponent { message: string; constructor() { this.messa..