@libs-ui/components-audio 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.
- package/README.md +0 -15
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -330,21 +330,6 @@ handlerCheckState(): void {
|
|
|
330
330
|
|
|
331
331
|
⚠️ **Audio không tự phát khi fileAudio thay đổi**: Khi `fileAudio` input thay đổi, component reload audio nhưng không tự động phát. Gọi `controls.playPause()` sau khi cần thiết.
|
|
332
332
|
|
|
333
|
-
## Demo
|
|
334
|
-
|
|
335
|
-
```bash
|
|
336
|
-
npx nx serve core-ui
|
|
337
|
-
```
|
|
338
|
-
|
|
339
|
-
Truy cập: `http://localhost:4500/audio`
|
|
340
|
-
|
|
341
|
-
File demo: `apps/core-ui/src/app/components/audio/audio.component.ts`
|
|
342
|
-
|
|
343
|
-
Các ví dụ có trong demo:
|
|
344
|
-
- Basic Usage — cách dùng tối thiểu
|
|
345
|
-
- Status Tracking — theo dõi trạng thái play, mute, volume, time
|
|
346
|
-
- External Control — điều khiển audio hoàn toàn từ bên ngoài component
|
|
347
|
-
|
|
348
333
|
## Unit Tests
|
|
349
334
|
|
|
350
335
|
```bash
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-audio",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-inputs-range-slider": "0.2.357-
|
|
6
|
+
"@libs-ui/components-inputs-range-slider": "0.2.357-9",
|
|
7
7
|
"rxjs": "~7.8.0"
|
|
8
8
|
},
|
|
9
9
|
"sideEffects": false,
|