@libs-ui/components-buttons-button 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 +6 -6
package/README.md
CHANGED
|
@@ -526,14 +526,6 @@ export class ToolbarComponent {
|
|
|
526
526
|
|
|
527
527
|
⚠️ **Selector dùng dấu gạch dưới**: Selector chính xác là `libs_ui-components-buttons-button` (dấu `_` sau `libs`), không phải `libs-ui-components-buttons-button`.
|
|
528
528
|
|
|
529
|
-
## Demo
|
|
530
|
-
|
|
531
|
-
```bash
|
|
532
|
-
npx nx serve core-ui
|
|
533
|
-
```
|
|
534
|
-
|
|
535
|
-
Truy cập: `http://localhost:4500/buttons/button`
|
|
536
|
-
|
|
537
529
|
## Unit Tests
|
|
538
530
|
|
|
539
531
|
```bash
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-buttons-button",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
8
|
-
"@libs-ui/components-spinner": "0.2.357-
|
|
9
|
-
"@libs-ui/services-config-project": "0.2.357-
|
|
10
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-popover": "0.2.357-9",
|
|
8
|
+
"@libs-ui/components-spinner": "0.2.357-9",
|
|
9
|
+
"@libs-ui/services-config-project": "0.2.357-9",
|
|
10
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
11
11
|
"@ngx-translate/core": "^15.0.0",
|
|
12
12
|
"rxjs": "~7.8.0",
|
|
13
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
13
|
+
"@libs-ui/interfaces-types": "0.2.357-9"
|
|
14
14
|
},
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"module": "fesm2022/libs-ui-components-buttons-button.mjs",
|