{"id":20101724,"url":"https://github.com/spirosikmd/angular2-elastic-input","last_synced_at":"2025-05-06T06:33:41.939Z","repository":{"id":12014194,"uuid":"70984723","full_name":"spirosikmd/angular2-elastic-input","owner":"spirosikmd","description":"Angular attribute directive that adjusts the width of a text input while typing ⌨️","archived":false,"fork":false,"pushed_at":"2022-12-03T15:40:09.000Z","size":4961,"stargazers_count":3,"open_issues_count":20,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T12:37:04.253Z","etag":null,"topics":["angular","angular2","directive","elastic-input"],"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/spirosikmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-15T11:47:51.000Z","updated_at":"2023-12-19T17:39:29.000Z","dependencies_parsed_at":"2023-01-11T19:16:28.636Z","dependency_job_id":null,"html_url":"https://github.com/spirosikmd/angular2-elastic-input","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirosikmd%2Fangular2-elastic-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirosikmd%2Fangular2-elastic-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirosikmd%2Fangular2-elastic-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirosikmd%2Fangular2-elastic-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spirosikmd","download_url":"https://codeload.github.com/spirosikmd/angular2-elastic-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252582559,"owners_count":21771687,"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","angular2","directive","elastic-input"],"created_at":"2024-11-13T17:26:31.950Z","updated_at":"2025-05-06T06:33:41.452Z","avatar_url":"https://github.com/spirosikmd.png","language":"TypeScript","readme":"# angular2-elastic-input\n\nAngular attribute directive that adjusts the width of a text input while typing.\n\nBased on [angular-elastic-input](https://github.com/jacek-pulit/angular-elastic-input).\n\n[![Build Status][build-badge]][build]\n[![version][version-badge]][package]\n[![PRs Welcome][prs-badge]](http://makeapullrequest.com)\n[![All Contributors][all-contributors-badge]](#contributors)\n[![Greenkeeper badge][greenkeeper-badge]](https://greenkeeper.io/)\n\n## Install\n\n`npm install --save angular2-elastic-input`\n\n## Example\n\n```typescript\nimport {NgModule, Component} from '@angular/core';\nimport {ElasticInputModule} from 'angular2-elastic-input';\n\n@Component({\n  template: `\n    \u003cinput type=\"text\" elastic-input\u003e\n  `\n})\nclass AppComponent { }\n\n@NgModule({\n  imports: [ElasticInputModule.forRoot()],\n  declarations: [AppComponent],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nCheck the [docs](docs) for a complete example.\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n| [\u003cimg src=\"https://avatars.githubusercontent.com/u/1057324?v=3\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003eSpyros Ioakeimidis\u003c/sub\u003e](http://www.spyros.io)\u003cbr /\u003e💬 [💻](https://github.com/spirosikmd/angular2-focus/commits?author=spirosikmd) [⚠️](https://github.com/spirosikmd/angular2-focus/commits?author=spirosikmd) |\n| :---: |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.\nContributions of any kind welcome!\n\n[version-badge]: https://img.shields.io/npm/v/angular2-elastic-input.svg?style=flat-square\n[package]: https://www.npmjs.com/package/angular2-elastic-input\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[build-badge]: https://img.shields.io/travis/spirosikmd/angular2-elastic-input.svg?style=flat-square\n[build]: https://travis-ci.org/spirosikmd/angular2-elastic-input.svg\n[greenkeeper-badge]: https://badges.greenkeeper.io/spirosikmd/angular2-elastic-input.svg\n[all-contributors-badge]: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspirosikmd%2Fangular2-elastic-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspirosikmd%2Fangular2-elastic-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspirosikmd%2Fangular2-elastic-input/lists"}