@fireflysemantics/slice 15.0.5 → 15.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -39,6 +39,9 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
|
|
39
39
|
- [Creating Proxies to Slice Object Store Observables](https://developer.fireflysemantics.com/tasks/tasks--slice--creating-proxies-to-slice-object-store-observables)
|
40
40
|
- [Getting a Snapshot of a Slice Object Store Value](https://developer.fireflysemantics.com/tasks/tasks--slice--getting-a-snapshot-of-a-slice-object-store-value)
|
41
41
|
- [Accessing Slice Object Store Observables In Angular Templates](https://developer.fireflysemantics.com/tasks/tasks--slice--accessing-slice-object-store-observables-in-angular-templates)
|
42
|
+
- [Observing the Count of Items in a Firefly Semantics Slice Entity Store](https://developer.fireflysemantics.com/tasks/tasks--slice--observing-the-count-of-items-in-a-firefly-semantics-slice-entity-store)
|
43
|
+
- [Setting and Observing Firefly Semantics Slice Entity Store Queries](https://developer.fireflysemantics.com/tasks/tasks--slice--setting-and-observing-firefly-semantics-slice-entity-store-queries)
|
44
|
+
- [Taking a Count Snapshot of a Firefly Semantics Slice Entity Store](https://developer.fireflysemantics.com/tasks/tasks--slice--taking-a-count-snapshot-of-a-firefly-semantics-slice-entity-store)
|
42
45
|
|
43
46
|
## Youtube
|
44
47
|
|
@@ -47,7 +50,9 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
|
|
47
50
|
- [Introduction to the Firefly Semantics Slice Reactive Entity Store ](https://youtu.be/Boj3-va-TKk)
|
48
51
|
- [Creating a Reactive Todo Application With the Firefly Semantics Slice State Manager](https://youtu.be/Y3AxSIiBdWg)
|
49
52
|
- [Recreating the Ngrx Demo with Slice](https://youtu.be/4t95RvJSY_8)
|
50
|
-
|
53
|
+
- [Setting and Observing the Firefly Semantics Slice Entity Store Query](https://youtu.be/_L5ya1CWaYU)
|
54
|
+
- [Observing the Count of Items in a Firefly Semantics Slice Entity Store](https://youtu.be/5kqr_XW2QuI)
|
55
|
+
- [Taking a Count Snapshot of a Firefly Semantics Slice Entity Store](https://youtu.be/n37sz4LPV08)
|
51
56
|
|
52
57
|
## Examples
|
53
58
|
|
@@ -105,10 +110,6 @@ Run `ng test` to execute the unit tests via [Jest](https://jestjs.io/).
|
|
105
110
|
- Configurable global id (Client side id - `gid`) and server id (`id`) id property names for entities.
|
106
111
|
- The stream of entities can be sorted via an optional boolean expression passed to `observe`.
|
107
112
|
|
108
|
-
# Stackblitz Todo Entity Store Demo
|
109
|
-
|
110
|
-
https://stackblitz.com/edit/slice-todo-1329
|
111
|
-
|
112
113
|
## Tests
|
113
114
|
|
114
115
|
See the [test cases](https://github.com/fireflysemantics/slice/).
|