ngx-mat-menu-hover 1.0.0 → 1.0.2
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 +2 -0
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# mat-menu-hover - An Angular Material directive
|
|
2
2
|
This Angular directive provides functionality to handle hover menu behavior, allowing menus to open when hovered over and close when the mouse leaves.
|
|
3
3
|
|
|
4
|
+
[](https://badge.fury.io/js/ngx-mat-menu-hover)
|
|
5
|
+
|
|
4
6
|
## Installation
|
|
5
7
|
|
|
6
8
|
npm install mat-menu-hover@latest
|
package/package.json
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-mat-menu-hover",
|
|
3
|
-
"
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"author": "Gamekohl",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"angular", "material", "cdk", "angular-material"
|
|
7
|
+
],
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/Gamekohl/ngx-mat-menu-hover"
|
|
11
|
+
},
|
|
12
|
+
"version": "1.0.2",
|
|
4
13
|
"peerDependencies": {
|
|
5
14
|
"@angular/common": "^17.2.0",
|
|
6
15
|
"@angular/core": "^17.2.0",
|