{"id":19623134,"url":"https://github.com/codeep/ngx-livesearch","last_synced_at":"2025-07-13T09:36:48.768Z","repository":{"id":93412729,"uuid":"116397481","full_name":"codeep/ngx-livesearch","owner":"codeep","description":"Advanced autocomplete component for Angular","archived":false,"fork":false,"pushed_at":"2018-03-27T12:48:36.000Z","size":465,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T23:20:39.226Z","etag":null,"topics":["angular","angular-components","autocomplete"],"latest_commit_sha":null,"homepage":"https://codeep.github.io/ngx-livesearch","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/codeep.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}},"created_at":"2018-01-05T15:12:35.000Z","updated_at":"2023-12-01T07:39:20.000Z","dependencies_parsed_at":"2023-04-21T15:08:40.492Z","dependency_job_id":null,"html_url":"https://github.com/codeep/ngx-livesearch","commit_stats":{"total_commits":42,"total_committers":5,"mean_commits":8.4,"dds":"0.33333333333333337","last_synced_commit":"6ecef62b77b0612f864a54a9152422001faa7764"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeep/ngx-livesearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeep%2Fngx-livesearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeep%2Fngx-livesearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeep%2Fngx-livesearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeep%2Fngx-livesearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeep","download_url":"https://codeload.github.com/codeep/ngx-livesearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeep%2Fngx-livesearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265121386,"owners_count":23714501,"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-components","autocomplete"],"created_at":"2024-11-11T11:31:54.610Z","updated_at":"2025-07-13T09:36:48.435Z","avatar_url":"https://github.com/codeep.png","language":"TypeScript","readme":"# NgxLivesearch\n\nngxlivesearch is an angular component which allows to prepopulate list of anything based on user's input.\n\n### Demo\n\n![ngx-livesearch-demo](https://user-images.githubusercontent.com/20105433/37862900-18bfcbc0-2f6e-11e8-927d-2ae1a4f55360.gif)\n![ngx-livesearch-demo-2](https://user-images.githubusercontent.com/20105433/37862903-26d5df92-2f6e-11e8-8774-0c2d1885d370.gif)\n\n\n\n## Data source\n\nComponent supports both - remote search url and local data.\n\n## Options\n\nYou can use this component to populate data from remote server or local array. \n\n`searchUrl` - remote url for fetching data, searched text, limit and offset will be sent automatically.\n\n`localSource` - an array of objects which plugin will use for populating data.\n\n```javascript\n\ndefaultSearchOptions {\n\n    searchParam: 'name', // key name which will be sent to server or will be used to search in localSource. The default value is `name`.\n    \n    interval: 400, // request cancel time, used to improve typing experience. \n    \n    limit: 10, // maximum rows count that can be loaded at once.\n    \n    seeAllUrl: null, // url of the `See all` link.\n    \n    seeAllParams: {}, // params of `See all` url.\n    \n}\n```\n\n```javascript\n\ntextOptions {\n\n    seeAll: 'See all',\n    \n    noResults: 'No results',\n    \n    placeholder: 'Search'\n    \n}\n```\n\n## Events\n`onSelect` - returns selected element.\n\n\n## Contributions\n\nContributions are very welcome, please open an issue if you have troubles using component or have ideas on how to improve library.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeep%2Fngx-livesearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeep%2Fngx-livesearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeep%2Fngx-livesearch/lists"}