@libs-ui/services-format-date 0.2.357-0 → 0.2.357-10

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
@@ -229,11 +229,3 @@ updateFunctionFormatDate((time, format, lang) => {
229
229
  ⚠️ **Format aliases chỉ locale-aware khi truyền `lang='vi'` hoặc `lang='en'`**: Format string trực tiếp như `DD/MM/YYYY HH:mm` không phụ thuộc ngôn ngữ, luôn cho cùng kết quả bất kể `lang`.
230
230
 
231
231
  ⚠️ **Múi giờ mặc định `Asia/Ho_Chi_Minh`**: Service dùng `getDayjs()` đã cấu hình timezone. Để đổi timezone toàn cục, gọi `setDefaultTimeZone('America/New_York')` từ `@libs-ui/utils` trước khi dùng.
232
-
233
- ## Demo
234
-
235
- ```bash
236
- npx nx serve core-ui
237
- ```
238
-
239
- Truy cập: http://localhost:4500/services/format-date
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@libs-ui/services-format-date",
3
- "version": "0.2.357-0",
3
+ "version": "0.2.357-10",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
6
  "dayjs": "1.11.5",
7
- "@libs-ui/utils": "0.2.357-0"
7
+ "@libs-ui/utils": "0.2.357-10"
8
8
  },
9
9
  "sideEffects": false,
10
10
  "module": "fesm2022/libs-ui-services-format-date.mjs",