Yohan Fernando

Results 2 comments of Yohan Fernando

It happens when using the `@select` as well as `ngRedux.select(.....)`. I did a bit of investigating with the hope of submitting a PR. However, being from a Java background and...

It didn't work :( I couldn't directly use `asObservable()` and had to cast to a Subject and then use `asObservable()`. `(this.ngRedux.select('selector')).asObservable();` I think the fact that there is an `AnonymousSubject`...