github-user-widget-uahm
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

GithubUserWidget

Show information about user github. Using Api github

Instructions

Follow next instructions for correct use of library

Instalation

npm install github-user-widget

Configuration

On app.module.ts we import module of library "GithubUserWidgetModule"

import { NgModule } from '@angular/core';
import { UserComponent } from './components/user/user.component';
import { FindUserComponent } from './components/find-user/find-user.component';

const COMPONENT = [UserComponent, FindUserComponent];

@NgModule({
  declarations: [
    COMPONENT,
  ],
  imports: [
  ],
  exports: [
    COMPONENT
  ]
})
export class GithubUserWidgetModule { }

```

Readme

Keywords

none

Package Sidebar

Install

npm i github-user-widget-uahm

Weekly Downloads

1

Version

0.0.1

License

none

Unpacked Size

54.5 kB

Total Files

23

Last publish

Collaborators

  • uahm93