ngx-card-stackoverflow
v1.2.0
Published
Angular component to display your stackoverflow profile.
Downloads
5
Maintainers
Readme
NgxCardStackoverflow
Angular component to display your stackoverflow profile.
Usage
import { NgxCardStackoverflowModule } from "NgxCardStackoverflowModule"
...
imports: [
NgxCardStackoverflowModule
]
...
In your html use the component
<ngx-card-stackoverflow userId="YOUR STACKOVERFLOW ID"></ngx-card-stackoverflow>