@libs-ui/pipes-call-function-in-template 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 +3 -3
package/README.md CHANGED
@@ -300,11 +300,3 @@ formatLabel(data: { value: string }): Observable<string> {
300
300
  ⚠️ **`bigint 0n` không kích hoạt `valueIs0`**: `defaultValueEmpty.valueIs0` chỉ áp dụng cho `value === 0` (số JS tiêu chuẩn). `0n` (BigInt) được xử lý như falsy primitive và rơi vào nhánh `valueIsEmpty`.
301
301
 
302
302
  ⚠️ **Symbol gây TypeError**: Truyền `Symbol` vào pipe (dù là value hay kết quả trả về từ function) sẽ ném `TypeError` khi pipe cố stringify. Không dùng `Symbol` với pipe này.
303
-
304
- ## Demo
305
-
306
- ```bash
307
- npx nx serve core-ui
308
- ```
309
-
310
- Truy cập: [http://localhost:4500/pipes/call-function-in-template](http://localhost:4500/pipes/call-function-in-template)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@libs-ui/pipes-call-function-in-template",
3
- "version": "0.2.357-8",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/utils": "0.2.357-8",
6
+ "@libs-ui/utils": "0.2.357-9",
7
7
  "rxjs": "~7.8.0",
8
- "@libs-ui/interfaces-types": "0.2.357-8"
8
+ "@libs-ui/interfaces-types": "0.2.357-9"
9
9
  },
10
10
  "sideEffects": false,
11
11
  "module": "fesm2022/libs-ui-pipes-call-function-in-template.mjs",