ngx-card-github
v1.2.0
Published
Angular component to display your github profile.
Downloads
6
Maintainers
Readme
NgxCardGithub
Angular component to display your github profile.
Usage
import { NgxCardGithubModule } from "NgxCardGithubModule"
...
imports: [
NgxCardGithubModule
]
...
In your html use the component
<ngx-card-github userId="YOUR GITHUB ID OR USERNAME"></ngx-card-github>