sb-network-hub
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

SbNetworkHub

A light and easy to use Sunbird library for network hub, setting up connection with user across the platform

Instalation

npm install sb-network-hub

Set up

  1. Import SbNetworkHubModule module into root module or any feature module in your application.

     @NgModule({
         declarations: [
             AppComponent
         ],
         imports: [
             SbNetworkHubModule.forRoot({
                 configuration: {
                         domain:'',
                         production: false,
                         userId:'',
                         userName:'',
                         userDepartment:'',
                         authorization: '',
                         framework:''
                 }
             }),
     ],
     providers: [],
     bootstrap: [AppComponent]
     })
     export class AppModule { }
    
  2. Following components are being exposed in the application please use in your routing module.

    a. NetworkHomeComponent : -> Component got 2 section 1. List connection requests 2. Recommended List -> Seach in the component to search users

    b. ConnectionRequestsComponent: List all the requesting user list, with option to reject or approve.

    c. YourConnectionsComponent: List established connections.

    d. RecommendedConnectionsComponent: List user under same department as a recommendation for the connection.

Readme

Keywords

none

Package Sidebar

Install

npm i sb-network-hub

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

357 kB

Total Files

40

Last publish

Collaborators

  • santhosh-tarento