Answers for "angular github button"

0

angular github button

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>
Posted by: Guest on February-28-2022

Browse Popular Code Answers by Language