A BehaviorSubject holds one value. When it is subscribed it emits the value immediately. A Subject doesn't hold a value. Subject example (with RxJS 5 API): ...
確定! 回上一頁