{"id":19315858,"url":"https://github.com/srjn45/sp-multi-select-dropdown","last_synced_at":"2025-07-13T23:34:12.425Z","repository":{"id":57366654,"uuid":"123883229","full_name":"srjn45/sp-multi-select-dropdown","owner":"srjn45","description":"Dropdown with checkbox list in material design for Angular 5","archived":false,"fork":false,"pushed_at":"2018-05-07T05:19:09.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-28T14:19:55.553Z","etag":null,"topics":["angular5","checkboxlist","chips","multiselect"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/srjn45.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}},"created_at":"2018-03-05T07:44:40.000Z","updated_at":"2018-05-07T05:19:10.000Z","dependencies_parsed_at":"2022-08-23T19:50:19.730Z","dependency_job_id":null,"html_url":"https://github.com/srjn45/sp-multi-select-dropdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srjn45/sp-multi-select-dropdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srjn45%2Fsp-multi-select-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srjn45%2Fsp-multi-select-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srjn45%2Fsp-multi-select-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srjn45%2Fsp-multi-select-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srjn45","download_url":"https://codeload.github.com/srjn45/sp-multi-select-dropdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srjn45%2Fsp-multi-select-dropdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220859,"owners_count":23729896,"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":["angular5","checkboxlist","chips","multiselect"],"created_at":"2024-11-10T01:08:37.343Z","updated_at":"2025-07-13T23:34:12.337Z","avatar_url":"https://github.com/srjn45.png","language":"JavaScript","readme":"# sp-multi-select-dropdown\nDropdown with checkbox list in material design for Angular 5\n\n## Features\n\n- Multi Select with checkboxes\n- selected items appear as chips\n- removing chip deselect the item\n- horizontal scroll buttons for chips\n\n## Installation\n\nTo install this library, run:\n\n```bash\n$ npm install sp-multi-select-dropdown --save\n```\n\nand then from your Angular `AppModule`:\n\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\n// Import SpMultiSelectDropdownModule\nimport { SpMultiSelectDropdownModule } from 'sp-multi-select-dropdown';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n\n    // Specify SpMultiSelectDropdownModule as an import\n    SpMultiSelectDropdownModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nOnce your library is imported, you can use its SpMultiSelectDropdown in your Angular application:\n\n```xml\n\u003c!-- You can now use SpMultiSelectDropdown component in app.component.html --\u003e\n\u003ch1\u003e\n  {{title}}\n\u003c/h1\u003e\n\u003csp-multi-select-dropdown [items]=\"items\" (change)=\"onChange($event)\"\u003e\u003c/sp-multi-select-dropdown\u003e\n```\n\n## License\n\nMIT © [srjn45](mailto:srajanpathak45@gmail.com)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrjn45%2Fsp-multi-select-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrjn45%2Fsp-multi-select-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrjn45%2Fsp-multi-select-dropdown/lists"}