@fireflysemantics/slice 15.0.6 → 15.0.9

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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,10 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
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
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
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)
45
+ - [Taking a Query Snapshot of a Firefly Semantics Slice Entity Store](https://developer.fireflysemantics.com/tasks/tasks--slice--taking-a-query-snapshot-of-a-firefly-semantics-slice-entity-store)
46
+
47
+
44
48
 
45
49
  ## Youtube
46
50
 
@@ -51,6 +55,8 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
51
55
  - [Recreating the Ngrx Demo with Slice](https://youtu.be/4t95RvJSY_8)
52
56
  - [Setting and Observing the Firefly Semantics Slice Entity Store Query](https://youtu.be/_L5ya1CWaYU)
53
57
  - [Observing the Count of Items in a Firefly Semantics Slice Entity Store](https://youtu.be/5kqr_XW2QuI)
58
+ - [Taking a Count Snapshot of a Firefly Semantics Slice Entity Store](https://youtu.be/n37sz4LPV08)
59
+ - [Taking a Query Snapshot of a Firefly Semantics Slice Entity Store](https://youtu.be/AFk5p0pNxSk)
54
60
 
55
61
  ## Examples
56
62
 
@@ -108,10 +114,6 @@ Run `ng test` to execute the unit tests via [Jest](https://jestjs.io/).
108
114
  - Configurable global id (Client side id - `gid`) and server id (`id`) id property names for entities.
109
115
  - The stream of entities can be sorted via an optional boolean expression passed to `observe`.
110
116
 
111
- # Stackblitz Todo Entity Store Demo
112
-
113
- https://stackblitz.com/edit/slice-todo-1329
114
-
115
117
  ## Tests
116
118
 
117
119
  See the [test cases](https://github.com/fireflysemantics/slice/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "15.0.6",
3
+ "version": "15.0.9",
4
4
  "author": "Ole Ersoy",
5
5
  "license": "MIT",
6
6
  "bugs": {