{"id":44724687,"url":"https://github.com/Gamekohl/ngx-mat-menu-hover","last_synced_at":"2026-02-17T07:01:22.624Z","repository":{"id":222680130,"uuid":"758049534","full_name":"Gamekohl/ngx-mat-menu-hover","owner":"Gamekohl","description":"🔖 Angular Material Package for open menu on hover","archived":false,"fork":false,"pushed_at":"2026-02-11T16:54:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T22:52:30.586Z","etag":null,"topics":["angular","angular-material","cdk","material","material2","package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ngx-mat-menu-hover","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gamekohl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-15T14:25:03.000Z","updated_at":"2026-02-11T16:54:16.000Z","dependencies_parsed_at":"2024-02-15T16:50:26.655Z","dependency_job_id":"bb8b7e45-82da-4a77-a373-8a5a079d41d4","html_url":"https://github.com/Gamekohl/ngx-mat-menu-hover","commit_stats":null,"previous_names":["gamekohl/ngx-mat-menu-hover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gamekohl/ngx-mat-menu-hover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamekohl%2Fngx-mat-menu-hover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamekohl%2Fngx-mat-menu-hover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamekohl%2Fngx-mat-menu-hover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamekohl%2Fngx-mat-menu-hover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gamekohl","download_url":"https://codeload.github.com/Gamekohl/ngx-mat-menu-hover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamekohl%2Fngx-mat-menu-hover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29536527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-material","cdk","material","material2","package"],"created_at":"2026-02-15T17:00:26.113Z","updated_at":"2026-02-17T07:01:22.614Z","avatar_url":"https://github.com/Gamekohl.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/gamekohl"],"categories":["Third Party Components"],"sub_categories":["Directives"],"readme":"# mat-menu-hover - An Angular Material directive\nThis Angular directive provides functionality to handle hover menu behavior, allowing menus to open when hovered over and close when the mouse leaves.\n\n[![npm version](https://badge.fury.io/js/ngx-mat-menu-hover.svg)](https://badge.fury.io/js/ngx-mat-menu-hover)\n\n## Installation\n\n    npm install mat-menu-hover@latest\n\nSince the directive is marked as standalone you can directly import it into a module.\n\n    import { Component } from  '@angular/core';\n    import { HoverMenuDirective } from  'mat-menu-hover';\n    \n    @Component({\n        imports: [HoverMenuDirective],\n        selector: 'app-root',\n    \t...\n   \t})\n   \texport class AppComponent { }\n\n## Usage\n\n    \u003cbutton mat-button [matMenuTriggerFor]=\"menu\" matHoverMenu\u003eMenu\u003c/button\u003e\n    \u003cmat-menu #menu=\"matMenu\"\u003e\n    \t\u003c!-- Menu content goes here --\u003e\n    \u003c/mat-menu\u003e\n\n## Optional inputs/outputs\n|Keyword     |Function                           |Note          |\n|------------|-----------------------------------|--------------|\n|[closeDelay]|Adds a delay before the menu closed|Default = 50ms|\n|(opened)    |Emits if the menu is opened/closed |              |\n\n## Known issues\n- Currently, it is not possible to nest menus. It will only work with single-level mat-menus.\n\n## If you like my work, you can\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/gamekohl)\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGamekohl%2Fngx-mat-menu-hover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGamekohl%2Fngx-mat-menu-hover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGamekohl%2Fngx-mat-menu-hover/lists"}