{"id":19070221,"url":"https://github.com/bree7e/ngx-input-suffix","last_synced_at":"2026-04-12T08:40:22.148Z","repository":{"id":35503293,"uuid":"217881277","full_name":"bree7e/ngx-input-suffix","owner":"bree7e","description":"Angular directive that render helper text to the right of input text","archived":false,"fork":false,"pushed_at":"2023-01-07T11:07:59.000Z","size":5529,"stargazers_count":1,"open_issues_count":29,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T22:13:19.895Z","etag":null,"topics":["angular","angular2","input","suffix","typescript"],"latest_commit_sha":null,"homepage":"https://bree7e.github.io/ngx-input-suffix/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bree7e.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}},"created_at":"2019-10-27T16:13:59.000Z","updated_at":"2020-12-04T13:13:44.000Z","dependencies_parsed_at":"2023-01-15T22:20:13.226Z","dependency_job_id":null,"html_url":"https://github.com/bree7e/ngx-input-suffix","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bree7e%2Fngx-input-suffix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bree7e%2Fngx-input-suffix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bree7e%2Fngx-input-suffix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bree7e%2Fngx-input-suffix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bree7e","download_url":"https://codeload.github.com/bree7e/ngx-input-suffix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122574,"owners_count":19751142,"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","input","suffix","typescript"],"created_at":"2024-11-09T01:17:37.198Z","updated_at":"2026-04-12T08:40:22.119Z","avatar_url":"https://github.com/bree7e.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-input-suffix\n\n## Demo\n\n![ngx-input-suffix demo](https://raw.githubusercontent.com/bree7e/ngx-input-suffix/master/assets/ngx-input-suffix-demo.gif)\n\n[Demo application](https://bree7e.github.io/ngx-input-suffix/)\n\n## Installation\n\nTo install this library, run:\n\n```bash\n$ npm install ngx-input-suffix ngx-window-token --save\n```\n\nand then import module:\n\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\nimport { NgxSuffixModule } from 'ngx-input-suffix'; // \u003c=== \n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    NgxSuffixModule // \u003c===\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n## Usage\n`ngxSuffix` should place inside `ngxSuffixWrapper`\n```html\n\u003cdiv ngxSuffixWrapper\u003e\n  \u003cinput ngxSuffix=\".example.com\"/\u003e\n\u003c/div\u003e\n```\n\n## Customization\nThere is `--ngx-input-suffix__text-color` css variable to set suffix color. Default color is grey.\n```css\n.wrapper {\n  --ngx-input-suffix__text-color: black;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbree7e%2Fngx-input-suffix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbree7e%2Fngx-input-suffix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbree7e%2Fngx-input-suffix/lists"}