v0.4.9
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.