New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ng-github-button

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-github-button

Unofficial GitHub buttons in Angular.

latest
Source
npmnpm
Version
21.0.1
Version published
Weekly downloads
178
33.83%
Maintainers
1
Weekly downloads
 
Created
Source

ng-github-button

Unofficial GitHub buttons in Angular.

NPM version Ci codecov

Demo

Live Demo or stackblitz

Usage

1. Install

npm install ng-github-button --save

import GithubButtonModule

import { GithubButtonModule } from 'ng-github-button';

@NgModule({
  imports: [ BrowserModule, GithubButtonModule ],
  declarations: [AppComponent],
  bootstrap: [AppComponent]
})
export class AppModule { }

2、Template

<github-button type="stargazers" size="large" namespace="cipchk" repo="ng-github-button"></github-button>
NameTypeDefaultSummary
typestargazers,subscribers,forks--
sizedefault,large--
namespacestring-Your GitHub id or organization name.
repostring-The name of your repository.
showZerobooleanfalseCan be show zero value

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  • Use GitHub Issues board to report bugs and feature requests (not our email address)
  • 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.

Thanks for understanding!

License

The MIT License (see the LICENSE file for the full text)

Keywords

angular

FAQs

Package last updated on 26 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts