An Observable sequence that describes updates of the stored items.
A Promise that resolves without specific information. Can be rejected in case of invalid argument is passed. Can be rejected in case of the item you try to select is not in the stored items. Can be rejected in case of the provided key is not included in the item model.
An Observable sequence that describes updates of the selected item.
A Promise that resolves without specific information. Can be rejected in case of invalid argument is passed.
Selector service provides a solution to input data, get it, select a part of it and get this selected part. It takes two typed args: Key and Item. Item is the type of the used object and Key is a subset of Item used to select a specific Item.