@fhss-web-team/frontend-utils 0.0.2 → 0.0.3

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,10 @@
1
1
  # frontend-utils
2
2
  Utility code for the frontend of FHSS Web applications.
3
+
4
+ ## Fetch Signals
5
+
6
+ This is basically a copy of Angular's HTTPResource.
7
+
8
+ ## Debounced
9
+
10
+ A signal that is a debounced version of another signal.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fhss-web-team/frontend-utils",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Utility code for the frontend of FHSS Web applications.",
5
5
  "author": "FHSS Web Team",
6
6
  "type": "module",