{"id":16407081,"url":"https://github.com/cipchk/ng-github-button","last_synced_at":"2025-03-21T03:30:59.732Z","repository":{"id":31867612,"uuid":"129725419","full_name":"cipchk/ng-github-button","owner":"cipchk","description":"Unofficial GitHub buttons in Angular.","archived":false,"fork":false,"pushed_at":"2024-06-15T11:23:14.000Z","size":1983,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T11:30:10.532Z","etag":null,"topics":["angular","angular-components","angular6","antd","delon","github-buttons","ng-alain","ng-zorro"],"latest_commit_sha":null,"homepage":"https://cipchk.github.io/ng-github-button/","language":"HTML","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/cipchk.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-04-16T10:24:52.000Z","updated_at":"2024-06-21T13:21:27.000Z","dependencies_parsed_at":"2024-10-23T07:30:26.001Z","dependency_job_id":null,"html_url":"https://github.com/cipchk/ng-github-button","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"1fc669b4af729c3043937a7c89230072cc5d17e5"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fng-github-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fng-github-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fng-github-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fng-github-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cipchk","download_url":"https://codeload.github.com/cipchk/ng-github-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811375,"owners_count":16884305,"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","angular6","antd","delon","github-buttons","ng-alain","ng-zorro"],"created_at":"2024-10-11T06:12:03.139Z","updated_at":"2024-10-28T09:13:47.557Z","avatar_url":"https://github.com/cipchk.png","language":"HTML","readme":"# ng-github-button\n\nUnofficial GitHub buttons in Angular.\n\n[![NPM version](https://img.shields.io/npm/v/ng-github-button.svg)](https://www.npmjs.com/package/ng-github-button)\n![Ci](https://github.com/cipchk/ng-github-button/workflows/Ci/badge.svg)\n[![codecov](https://codecov.io/github/cipchk/ng-github-button/graph/badge.svg?token=7iMHv5pw5J)](https://codecov.io/github/cipchk/ng-github-button)\n\n## Demo\n\n[Live Demo](https://cipchk.github.io/ng-github-button/) or [stackblitz](https://stackblitz.com/edit/ng-github-button)\n\n## Usage\n\n### 1. Install\n\n```\nnpm install ng-github-button --save\n```\n\nimport `GithubButtonModule`。\n\n```typescript\nimport { GithubButtonModule } from 'ng-github-button';\n\n@NgModule({\n  imports: [ BrowserModule, GithubButtonModule ],\n  declarations: [AppComponent],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n### 2、Template\n\n```html\n\u003cgithub-button type=\"stargazers\" size=\"large\" namespace=\"cipchk\" repo=\"ng-github-button\"\u003e\u003c/github-button\u003e\n```\n\n| Name    | Type           | Default  | Summary |\n| ------- | ------------- | ----- | ----- |\n| `type` | `stargazers,subscribers,forks` | - | - |\n| `size` | `default,large` | - | - |\n| `namespace` | `string` | - | Your GitHub id or organization name. |\n| `repo` | `string` | - | The name of your repository. |\n| `showZero` | `boolean` | `false` | Can be show zero value |\n\n## Troubleshooting\n\nPlease follow this guidelines when reporting bugs and feature requests:\n\n1. Use [GitHub Issues](https://github.com/cipchk/ng-github-button/issues) board to report bugs and feature requests (not our email address)\n2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.\n\nThanks for understanding!\n\n### License\n\nThe MIT License (see the [LICENSE](https://github.com/cipchk/ng-github-button/blob/master/LICENSE) file for the full text)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipchk%2Fng-github-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipchk%2Fng-github-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipchk%2Fng-github-button/lists"}