@fireflysemantics/slice 15.0.4 → 15.0.5
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -16,7 +16,7 @@ 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
20
|
|
21
21
|
## Concepts
|
22
22
|
|
@@ -40,6 +40,14 @@ npm i @fireflysemantics/slice tslib rxjs nanoid
|
|
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
42
|
|
43
|
+
## Youtube
|
44
|
+
|
45
|
+
- [What is Reactive State Management](https://youtu.be/kEta1LBVw0c)
|
46
|
+
- [An Introduction to the Firefly Semantics Slice Reactive Object Store](https://youtu.be/_3_mEKw3bM0)
|
47
|
+
- [Introduction to the Firefly Semantics Slice Reactive Entity Store ](https://youtu.be/Boj3-va-TKk)
|
48
|
+
- [Creating a Reactive Todo Application With the Firefly Semantics Slice State Manager](https://youtu.be/Y3AxSIiBdWg)
|
49
|
+
- [Recreating the Ngrx Demo with Slice](https://youtu.be/4t95RvJSY_8)
|
50
|
+
|
43
51
|
|
44
52
|
## Examples
|
45
53
|
|