@libs-ui/pipes-check-selected-by-key 0.2.357-8 → 0.2.357-9

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -193,11 +193,3 @@ pipe.transform('42', [42], 1); // false (strict equality)
193
193
  ```
194
194
 
195
195
  ⚠️ **Pipe trả về `false` cho mọi input không hợp lệ**: `multiKeys` là `null`, `undefined`, không phải array, hoặc array rỗng đều trả về `false`. Tham số `length` là falsy (0, null, undefined) cũng trả về `false` — kể cả khi `multiKeys` có phần tử.
196
-
197
- ## Demo
198
-
199
- ```bash
200
- npx nx serve core-ui
201
- ```
202
-
203
- Truy cập: http://localhost:4500/pipes/check-selected-by-key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/pipes-check-selected-by-key",
3
- "version": "0.2.357-8",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0"
6
6
  },