{"id":16433846,"url":"https://github.com/gund/ngx-strength-bar","last_synced_at":"2025-10-29T01:31:18.749Z","repository":{"id":77462692,"uuid":"100480602","full_name":"gund/ngx-strength-bar","owner":"gund","description":"[WIP] Extendable strength bar for Angular","archived":false,"fork":false,"pushed_at":"2020-04-04T22:52:05.000Z","size":2750,"stargazers_count":2,"open_issues_count":37,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-21T13:41:52.732Z","etag":null,"topics":["angular","angular4","ng","password","strength-bar"],"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/gund.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":"2017-08-16T11:10:27.000Z","updated_at":"2017-08-22T15:49:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"1fc3886f-4148-4957-89d1-25608a5864cb","html_url":"https://github.com/gund/ngx-strength-bar","commit_stats":{"total_commits":35,"total_committers":4,"mean_commits":8.75,"dds":0.5428571428571429,"last_synced_commit":"02f846ca9fd0336cd93fbcb3fed88c3c028ab613"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gund%2Fngx-strength-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gund%2Fngx-strength-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gund%2Fngx-strength-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gund%2Fngx-strength-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gund","download_url":"https://codeload.github.com/gund/ngx-strength-bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238754210,"owners_count":19524904,"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","angular4","ng","password","strength-bar"],"created_at":"2024-10-11T08:47:25.402Z","updated_at":"2025-10-29T01:31:18.368Z","avatar_url":"https://github.com/gund.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-strength-bar\n\n\u003e Extendable strength bar for Angular\n\n[![Travis CI](https://img.shields.io/travis/gund/ngx-strength-bar/master.svg?maxAge=2592000)](https://travis-ci.org/gund/ngx-strength-bar)\n[![Coverage](https://img.shields.io/codecov/c/github/gund/ngx-strength-bar.svg?maxAge=2592000)](https://codecov.io/gh/gund/ngx-strength-bar)\n[![Code Climate](https://img.shields.io/codeclimate/github/gund/ngx-strength-bar.svg?maxAge=2592000)](https://codeclimate.com/github/gund/ngx-strength-bar)\n[![Npm](https://img.shields.io/npm/v/ngx-strength-bar.svg?maxAge=2592000)](https://badge.fury.io/js/ngx-strength-bar)\n[![Npm Downloads](https://img.shields.io/npm/dt/ngx-strength-bar.svg?maxAge=2592000)](https://www.npmjs.com/package/ngx-strength-bar)\n[![Licence](https://img.shields.io/npm/l/ngx-strength-bar.svg?maxAge=2592000)](https://github.com/gund/ngx-strength-bar/blob/master/LICENSE)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Greenkeeper badge](https://badges.greenkeeper.io/gund/ngx-strength-bar.svg)](https://greenkeeper.io/)\n\n## Installation\n\n```bash\n$ npm install ngx-strength-bar --save\n```\n\n## Attention\n\nThis is still Work In Progress (WIP)\n\n## Usage\n\nImport `StrengthBarModule` in your app module:\n```ts\nimport { NgModule } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { StrengthBarModule } from 'ngx-strength-bar';\n\n@NgModule({\n  imports: [\n    BrowserModule,\n    StrengthBarModule.forRoot(),\n  ]\n})\nexport class AppModule { }\n```\n(Only import in your root module with `.forRoot()`! In other submodules just import a module itself.)\n\nThen in your component template use `ngx-strength-bar` component:\n```ts\nimport { Component, AfterViewInit, ViewChild, ElementRef } from '@angular/core';\nimport { AdvancedRenderer, AdvancedRendererMethod, elementExpression } from 'ngx-strength-bar';\n\n@Component({\n  selector: 'my-component',\n  template: `\u003cngx-strength-bar [string]=\"somePassword\"\u003e\u003c/ngx-strength-bar\u003e`\n})\nclass MyComponent  {\n  somePassword: string;\n}\n```\n\n## Documentation\n\n**TBD**\n\n## License\n\nMIT © [Alex Malkevich](malkevich.alex@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgund%2Fngx-strength-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgund%2Fngx-strength-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgund%2Fngx-strength-bar/lists"}