1.
In order to follow along smoothly with the course examples, make sure you install RxJS v6 by running
- npm install --save rxjs@6
In addition, also install the rxjs-compat package:
- npm install --save rxjs-compat
2.- To get discount on Max's courses, go to https://academind.com/courses
- 3.
- https://www.learnrxjs.io/
- 4.
- Use Subject instead of EventEmitter, emit->subject.next
- 5.
No comments:
Post a Comment