@fireflysemantics/slice 15.0.3 → 15.0.6

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 +17 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,11 @@ Install Slice with peer dependencies:
16
16
  npm i @fireflysemantics/slice tslib rxjs nanoid
17
17
  ```
18
18
 
19
- # Firefly Semantics Slice Development Center Documentation
19
+ # Firefly Semantics Slice Development Center Media and Documentation
20
+
21
+ ## Concepts
22
+
23
+ - [What is Reactive State Management](https://developer.fireflysemantics.com/concepts/concepts--slice--what-is-reactive-state-management)
20
24
 
21
25
  ## Guides
22
26
 
@@ -24,7 +28,6 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
24
28
  - [Introduction to the Firefly Semantics Slice Reactive Entity Store ](https://developer.fireflysemantics.com/guides/guides--introduction-to-the-firefly-semantics-slice-reactive-entity-store)
25
29
  - [Creating a Reactive Todo Application With the Firefly Semantics Slice State Manager](https://developer.fireflysemantics.com/guides/guides--slice--creating-a-reactive-todo-application-with-the-firefly-semantics-slice-state-manager)
26
30
  - [Recreating the Ngrx Demo with Slice](https://developer.fireflysemantics.com/guides/guides--recreating-the-ngrx-demo-app-with-firefly-semantics-slice-state-manager)
27
- - [What is Reactive State Management](https://developer.fireflysemantics.com/concepts/concepts--slice--what-is-reactive-state-management)
28
31
 
29
32
  ## Tasks
30
33
 
@@ -36,7 +39,18 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
36
39
  - [Creating Proxies to Slice Object Store Observables](https://developer.fireflysemantics.com/tasks/tasks--slice--creating-proxies-to-slice-object-store-observables)
37
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)
38
41
  - [Accessing Slice Object Store Observables In Angular Templates](https://developer.fireflysemantics.com/tasks/tasks--slice--accessing-slice-object-store-observables-in-angular-templates)
39
-
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
+
45
+ ## Youtube
46
+
47
+ - [What is Reactive State Management](https://youtu.be/kEta1LBVw0c)
48
+ - [An Introduction to the Firefly Semantics Slice Reactive Object Store](https://youtu.be/_3_mEKw3bM0)
49
+ - [Introduction to the Firefly Semantics Slice Reactive Entity Store ](https://youtu.be/Boj3-va-TKk)
50
+ - [Creating a Reactive Todo Application With the Firefly Semantics Slice State Manager](https://youtu.be/Y3AxSIiBdWg)
51
+ - [Recreating the Ngrx Demo with Slice](https://youtu.be/4t95RvJSY_8)
52
+ - [Setting and Observing the Firefly Semantics Slice Entity Store Query](https://youtu.be/_L5ya1CWaYU)
53
+ - [Observing the Count of Items in a Firefly Semantics Slice Entity Store](https://youtu.be/5kqr_XW2QuI)
40
54
 
41
55
  ## Examples
42
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "15.0.3",
3
+ "version": "15.0.6",
4
4
  "author": "Ole Ersoy",
5
5
  "license": "MIT",
6
6
  "bugs": {