@fireflysemantics/slice 17.0.11 → 17.0.12
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -452,7 +452,7 @@ store.isEmpty().subscribe((empty) => {
|
|
452
452
|
## Features
|
453
453
|
|
454
454
|
- Live Stackblitz demoes
|
455
|
-
- [Typedoc with inlined examples](https://fireflysemantics.github.io/slice/
|
455
|
+
- [Typedoc with inlined examples](https://fireflysemantics.github.io/slice/typedoc/)
|
456
456
|
- [Well documented test cases run with Jest - Each file has a corresponding `.spec` file](https://github.com/fireflysemantics/slice/tree/master/src)
|
457
457
|
- Stream both Entity and Object Stores for UI Updates via RxJS
|
458
458
|
- Define entities using Typescript classes, interfaces, or types
|