{"id":17584617,"url":"https://github.com/m0t0r/ngx-slider","last_synced_at":"2025-04-28T16:22:34.011Z","repository":{"id":72800255,"uuid":"245671942","full_name":"m0t0r/ngx-slider","owner":"m0t0r","description":"A customizable slider component for Angular \u003e= 9 based on https://github.com/angular-slider/ng5-slider","archived":false,"fork":false,"pushed_at":"2020-08-08T00:06:46.000Z","size":584,"stargazers_count":24,"open_issues_count":14,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T11:11:49.250Z","etag":null,"topics":["angular","components","slider","ui"],"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/m0t0r.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-03-07T17:00:48.000Z","updated_at":"2021-11-05T18:13:35.000Z","dependencies_parsed_at":"2023-02-25T13:31:25.149Z","dependency_job_id":null,"html_url":"https://github.com/m0t0r/ngx-slider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0t0r%2Fngx-slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0t0r%2Fngx-slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0t0r%2Fngx-slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0t0r%2Fngx-slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0t0r","download_url":"https://codeload.github.com/m0t0r/ngx-slider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251343034,"owners_count":21574288,"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","components","slider","ui"],"created_at":"2024-10-22T02:07:21.376Z","updated_at":"2025-04-28T16:22:33.990Z","avatar_url":"https://github.com/m0t0r.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-slider\n\nA customizable slider component for Angular \u003e= 9 based on [ng5-slider](https://github.com/angular-slider/ng5-slider).\n\nIf you are looking for Angular support with version \u003c 9, please use the original package: [ng5-slider](https://github.com/angular-slider/ng5-slider)\n\n## Installation\n\nTo add the slider to your Angular project:\n```\nnpm install --save @m0t0r/ngx-slider\n```\n\nOnce installed, add the slider to your `app.module.ts`:\n```typescript\nimport { NgxSliderModule } from '@m0t0r/ngx-slider';\n\n...\n\n@NgModule({\n   ...\n   imports: [\n     ...\n     NgxSliderModule,\n    ...\n   ],\n   ...\n})\nexport class AppModule {}\n```\n\n## Sample usage\n\nNow you can use the slider component in your app components, for example in `app.component.ts`:\n```typescript\nimport { Options } from '@m0t0r/ngx-slider';\n...\n\n@Component({...})\nexport class AppComponent {\n  value: number = 100;\n  options: Options = {\n    floor: 0,\n    ceil: 200\n  };\n}\n```\n\nAnd in template file `app.component.html`:\n```html\n\u003cngx-slider [(value)]=\"value\" [options]=\"options\"\u003e\u003c/ngx-slider\u003e\n```\n\n\n## Styling\n\nAn overview of how to apply your own style to the slider is described in [STYLING.md](STYLING.md).\n\n## Animations\n\nThe current verion of slider features CSS animations of slider movement. If you prefer the previous behaviour, without animations, you can set the flag `animate: false` in your slider options.\n\n## Tooltips\n\nThe slider allows for customising how to implement tooltips. See [TOOLTIPS.md](TOOLTIPS.md) for more information.\n\n## Known Issues\n\nBefore reporting a new bug, please look at [KNOWN_ISSUES.md](KNOWN_ISSUES.md) for a list of known problems and their workarounds. New bugs reports for these problems will not be accepted.\n\n## Developer information\n\nIf you would like to contribute to the project, see [DEVELOPERS.md](DEVELOPERS.md).\n\n## Disclaimer\n\nDue to lack of support of the original package ([ng5-slider](https://github.com/angular-slider/ng5-slider)), it has been forked with the addition of Angular 9+ support. The intent of this package is to support newer versions of Angular (9+), if you are looking for support of Angular version \u003c 9, please use [ng5-slider](https://github.com/angular-slider/ng5-slider).\n\n## License\n\nMIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0t0r%2Fngx-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0t0r%2Fngx-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0t0r%2Fngx-slider/lists"}