Commit f4cf0a5
authored
* feat(collections): add `SignalMap` utility with comprehensive tests and documentation
Introduced the `SignalMap` utility within the `ngxtension/collections` library to provide fine-grained reactive map functionality using Angular's signals system. Includes rich API capabilities, thorough test coverage, and extensive documentation.
* feat(collections): add `SignalSet` utility with detailed tests and documentation
Introduced the `SignalSet` utility to the `ngxtension/collections` library for reactive set management using Angular's signals system. Completed with a full API, extensive documentation, and comprehensive test suite.
1 parent e34d67b commit f4cf0a5
File tree
11 files changed
+2921
-0
lines changed- docs/src/content/docs/utilities/Collections
- libs/ngxtension/collections
- src
11 files changed
+2921
-0
lines changedLines changed: 500 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 610 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments