@libs-ui/components-switch 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
@@ -240,11 +240,3 @@ export interface ISwitch {
240
240
  ⚠️ **`[(active)]` vs `[active]`**: Dùng `[(active)]` (two-way binding với Signal Model) khi muốn component tự quản lý state. Dùng `[active]` (one-way) kết hợp với `(outSwitch)` khi cần kiểm soát state thủ công từ bên ngoài.
241
241
 
242
242
  ⚠️ **Không truyền hàm vào template**: Tuân thủ convention dự án, tất cả logic xử lý event phải nằm trong handler method của component, không viết inline trên HTML.
243
-
244
- ## Demo
245
-
246
- ```bash
247
- npx nx serve core-ui
248
- ```
249
-
250
- Truy cập: `http://localhost:4500/components/switch`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-switch",
3
- "version": "0.2.357-8",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0"
6
6
  },