@fireflysemantics/slice 16.2.15 → 16.2.16
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 +15 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,19 +1,29 @@
|
|
1
|
-
[](https://travis-ci.org/fireflysemantics/slice)
|
2
|
-
|
3
1
|

|
4
2
|
|
5
3
|
# @fireflysemantics/slice
|
6
4
|
|
7
|
-
Lightweight Javascript Reactive State Management for
|
5
|
+
Lightweight Javascript Reactive State Management for Angular Applications.
|
8
6
|
|
9
7
|
If you like the [@fireflysemantics/slice API](https://fireflysemantics.github.io/slice/doc/) please star our [Github Repository](https://github.com/fireflysemantics/slice).
|
10
8
|
|
11
9
|
# Install
|
12
10
|
|
13
|
-
|
11
|
+
|
12
|
+
Install Slice with the `nanoid` peer dependency:
|
13
|
+
|
14
|
+
- `v17.0.x` for Angular 17
|
15
|
+
- `v16.2.x` for Angular 16
|
16
|
+
- `v15.2.x` for Angular 15
|
17
|
+
|
18
|
+
So for example for an Angular 15 project run.
|
19
|
+
|
20
|
+
```
|
21
|
+
npm i @fireflysemantics/slice@15.2.x nanoid
|
22
|
+
```
|
23
|
+
For Angular 17 run.
|
14
24
|
|
15
25
|
```
|
16
|
-
npm i @fireflysemantics/slice
|
26
|
+
npm i @fireflysemantics/slice@lastest nanoid
|
17
27
|
```
|
18
28
|
|
19
29
|
# Firefly Semantics Slice Development Center Media and Documentation
|