@libs-ui/pipes-format-text-capitalize 0.2.357-7 → 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.
- package/README.md +0 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -232,11 +232,3 @@ interface ITextFormatOptions {
|
|
|
232
232
|
⚠️ **Dùng trong TypeScript**: Nếu cần xử lý trong file `.ts`, hãy import và dùng thẳng hàm `capitalize` từ `@libs-ui/utils` thay vì inject pipe — nhẹ hơn và không cần DI.
|
|
233
233
|
|
|
234
234
|
⚠️ **Tên pipe trong template**: Tên pipe là `LibsUiPipesFormatTextCapitalizePipe` (tên đầy đủ), không phải `capitalize`. Đây là tên được định nghĩa trong `name` của decorator `@Pipe`.
|
|
235
|
-
|
|
236
|
-
## Demo
|
|
237
|
-
|
|
238
|
-
```bash
|
|
239
|
-
npx nx serve core-ui
|
|
240
|
-
```
|
|
241
|
-
|
|
242
|
-
Truy cập: http://localhost:4500/pipes/format-text/capitalize
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/pipes-format-text-capitalize",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
7
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/interfaces-types": "0.2.357-9",
|
|
7
|
+
"@libs-ui/utils": "0.2.357-9"
|
|
8
8
|
},
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"module": "fesm2022/libs-ui-pipes-format-text-capitalize.mjs",
|