@libs-ui/pipes-format-text-full-name-format 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 +2 -2
package/README.md CHANGED
@@ -176,11 +176,3 @@ export const fullNameFormat = (value: string) => {
176
176
  ⚠️ **Cần tùy chỉnh options**: Nếu cần giữ lại emoji hoặc điều chỉnh behavior, hãy dùng trực tiếp hàm `capitalize()` từ `@libs-ui/utils` thay vì pipe này.
177
177
 
178
178
  ⚠️ **Falsy input an toàn**: Input là `null`, `undefined` hoặc chuỗi rỗng sẽ được trả về nguyên giá trị đó mà không throw error.
179
-
180
- ## Demo
181
-
182
- ```bash
183
- npx nx serve core-ui
184
- ```
185
-
186
- Truy cập: http://localhost:4500/pipes/format-text/full-name-format
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@libs-ui/pipes-format-text-full-name-format",
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
  },
8
8
  "sideEffects": false,
9
9
  "module": "fesm2022/libs-ui-pipes-format-text-full-name-format.mjs",