1.2.0 • Published 5 years ago

ngx-card-stackoverflow v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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>