Can anyone provide a function which can be Bacon.combineTemplate alternative written in RxJS?
Asked
Active
Viewed 321 times
4
-
http://stackoverflow.com/help/mcve – Jaap Nov 20 '15 at 18:24
-
2I think it's combineLatest https://github.com/Reactive-Extensions/RxJS/issues/731#issuecomment-105276314 but if you want exactly the same https://github.com/ahomu/rx.observable.combinetemplate – xgrommx Nov 20 '15 at 20:37
-
Thatns, that solved an issue – gyzerok Nov 26 '15 at 08:59
1 Answers
2
You can find the solution in the following repo: https://github.com/ahomu/rx.observable.combinetemplate

gyzerok
- 1,338
- 2
- 11
- 26