{"id":15366751,"url":"https://github.com/scttcper/ngx-github-buttons","last_synced_at":"2025-04-15T12:31:00.826Z","repository":{"id":49700069,"uuid":"109646232","full_name":"scttcper/ngx-github-buttons","owner":"scttcper","description":"GitHub Buttons in Angular","archived":false,"fork":false,"pushed_at":"2023-05-15T01:06:31.000Z","size":2420,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T22:11:59.635Z","etag":null,"topics":["angular","github-buttons"],"latest_commit_sha":null,"homepage":"https://ngx-github-buttons.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scttcper.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-11-06T04:07:31.000Z","updated_at":"2023-09-20T13:14:34.000Z","dependencies_parsed_at":"2024-06-18T22:56:12.382Z","dependency_job_id":"b99f56b3-8dbc-4be9-8767-4e9d14588691","html_url":"https://github.com/scttcper/ngx-github-buttons","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fngx-github-buttons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fngx-github-buttons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fngx-github-buttons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fngx-github-buttons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scttcper","download_url":"https://codeload.github.com/scttcper/ngx-github-buttons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248575125,"owners_count":21127119,"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","github-buttons"],"created_at":"2024-10-01T13:19:41.790Z","updated_at":"2025-04-15T12:31:00.804Z","avatar_url":"https://github.com/scttcper.png","language":"TypeScript","readme":"![ngx-github-buttons](https://raw.githubusercontent.com/scttcper/ngx-github-buttons/master/src/assets/share.png)\n\n# ngx-github-buttons [![npm](https://img.shields.io/npm/v/@ctrl/ngx-github-buttons.svg)](https://www.npmjs.com/package/@ctrl/ngx-github-buttons)\n\n\u003e GitHub buttons without the iframe, for Angular\n\n### Demo\nhttps://ngx-github-buttons.vercel.app \n\n__Choose from two styles__:  \n- ntkme: https://buttons.github.io/  \n- mdo: https://ghbtns.com/  \n\n### Install\n```console\nnpm install @ctrl/ngx-github-buttons\n```\n\n### Use\nImport the component\n```ts\nimport { NtkmeButtonModule } from '@ctrl/ngx-github-buttons';\n// or\nimport { MdoButtonModule } from '@ctrl/ngx-github-buttons';\n``` \nUse the component\n```html\n\u003cntkme-github-button\n  user=\"angular\"\n  repo=\"angular\"\n  \u003e\n\u003c/ntkme-github-button\u003e\n```  \nor  \n```html\n\u003cmdo-github-button\n  user=\"angular\"\n  repo=\"angular\"\n  \u003e\n\u003c/mdo-github-button\u003e\n```  \n\n### API\n| Input        | Type    | default | Description                                                        |\n| ------------ | ------- | ------- | ------------------------------------------------------------------ |\n| user         | string  |         | user or org                                                        |\n| repo         | string  |         | repository name                                                    |\n| type         | string  | `star`  | `star`, `follow`, `watch`, `fork`. ntkme only: `issue`, `download` |\n| count        | boolean | `false` | show count of stars, issues, followers etc.                        |\n| size         | string  | `'none'`| `'large'` for a bigger size button                                 |\n| standardIcon | boolean | `false` | ntkme only: use the github logo instead of other icons             |\n\n\n### License\nThis project is MIT licensed, but each set of buttons have their own license.  \nThe mdo buttons are Licensed [Apache 2](https://github.com/mdo/github-buttons/blob/master/LICENSE.md)  \nThe ntkme buttons are Licensed [BSD 2-clause](https://github.com/ntkme/github-buttons/blob/master/LICENSE.md)  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscttcper%2Fngx-github-buttons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscttcper%2Fngx-github-buttons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscttcper%2Fngx-github-buttons/lists"}