{"id":19174663,"url":"https://github.com/vojvodicn23/ngx-universal-dropdown","last_synced_at":"2026-01-08T13:49:22.848Z","repository":{"id":211869272,"uuid":"730160862","full_name":"vojvodicn23/ngx-universal-dropdown","owner":"vojvodicn23","description":"Universal dropdown component for Angular","archived":false,"fork":false,"pushed_at":"2024-09-17T13:21:25.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T23:46:32.291Z","etag":null,"topics":["angular","angular-dropdown"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vojvodicn23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-12-11T10:35:00.000Z","updated_at":"2024-10-15T03:33:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8926d00-b411-49a7-868d-5d885d4143bd","html_url":"https://github.com/vojvodicn23/ngx-universal-dropdown","commit_stats":null,"previous_names":["vojvodicn23/ngx-universal-dropdown"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojvodicn23%2Fngx-universal-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojvodicn23%2Fngx-universal-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojvodicn23%2Fngx-universal-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vojvodicn23%2Fngx-universal-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vojvodicn23","download_url":"https://codeload.github.com/vojvodicn23/ngx-universal-dropdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249838125,"owners_count":21332561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-dropdown"],"created_at":"2024-11-09T10:18:44.142Z","updated_at":"2026-01-08T13:49:22.803Z","avatar_url":"https://github.com/vojvodicn23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Universal Dropdown\n\nSuported Angular versions: 16 and 17.\n\n## Usage\nAdd the package as a dependency to your project using:\n\n```\nnpm install ngx-universal-dropdown\n# or\npnpm install ngx-universal-dropdown\n# or\nyarn add ngx-universal-dropdown\n```\n\nAdd module to you app.module imports:\n\n```typescript\nimport { NgxUniversalDropdownModule } from 'ngx-universal-dropdown';\n...\n@NgModule({\n    imports: [ NgxUniversalDropdownModule ],\n    ...\n})\n```\n\nAdd dropdown component to your template:\n\n```typescript\n\u003cngx-universal-dropdown\n    (onMultiSelectEvent)=\"onMultiSelectEvent($event)\" // active when multiSelect is true\n    (onSingleSelectEvent)=\"onSingleSelectEvent($event)\" // active when multiSelect is false\n    [disabled]=\"false\" // disable dropdown\n    [multiSelect]=\"true\" // when true dropdown is multi-select, otherwise is single-select (default value: false)\n    [onHover]=\"true\" // when true dropdown is opening on hover, otherwise on click (default value: false)\n    icon=\"../assets/icon.svg\" // add icon to the left side of the button - optional\n    [options]=\"['First', 'Second', 'Third', 'Fourth']\"\n    [values]=\"[1, 2, 3, 4]\"\n    \u003e\n    Dropdown\n\u003c/ngx-universal-dropdown\u003e\n  ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvojvodicn23%2Fngx-universal-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvojvodicn23%2Fngx-universal-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvojvodicn23%2Fngx-universal-dropdown/lists"}