Skip to content

Set type parameter for Subjects

Daniel Gerhardt requested to merge type-param-for-subjects into master

This change prepares the code base for RxJS 7 which enforces stricter type checks when calling Subject.next().

Related: !1147 (merged)

Merge request reports