xxxxxxxxxx
npm install ng-github-button --save
import { GithubButtonModule } from 'ng-github-button';
@NgModule({
imports: [ BrowserModule, GithubButtonModule ],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }
<github-button type="stargazers" size="large" namespace="cipchk" repo="ng-github-button"></github-button>