Skip to content

v0.4.9

Compare
Choose a tag to compare
@gerardcarbo gerardcarbo released this 04 Jul 12:21
· 14 commits to master since this release

Reactive collection demo class (ReactiveCollectionService implements IReactiveCollection on demo project) is now implementing observables length$, items$ & pages$ as multicast, through the use of the share() operator. This deduplicates network calls if they have more than one subscriber.