4.1.0 • Published 2 years ago

@senzing/sdk-graph-components v4.1.0

Weekly downloads
27
License
-
Repository
-
Last release
2 years ago

@senzing/sdk-graph-components

Build Status npm version GitHub release (latest SemVer) GitHub package.json version

Overview

This project is for the Senzing® Graph SDK components that can be used in other projects using Angular 7.X.X. It is built off of the venerable D3 graphing framework.

Installation

Open a terminal window to the location of your project and type: npm install @senzing/sdk-graph-components

The components will be added to your node_modules. You will then want to import the module in to your angular project.

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { SenzingSdkGraphModule } from '@senzing/sdk-graph-components';

import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    SenzingSdkGraphModule.forRoot()
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Tags & Usage

For a full list of all available tags and parameters see the Online Documentation.

<sz-relationship-network></sz-relationship-network>
<sz-relationship-network-input></sz-relationship-network-input>
<sz-relationship-network-lookup></sz-relationship-network-lookup>
<sz-relationship-network-upload></sz-relationship-network-upload>
<sz-relationship-path></sz-relationship-path>
<sz-relationship-network
  svgWidth=2000
  svgHeight=1000
  port=8080
  entityIds="1,1005"
  maxDegrees=3
  buildOut=2
  maxEntities=1000>
  </sz-relationship-network>

Dependencies

For building from Source:

Please see the installation instructions for each of these for how to install and setup each one properly.

Documentation

Full class and module documentation can be found here.

4.2.0-alpha.1

2 years ago

4.2.0-beta.0

2 years ago

4.2.0-alpha.3

2 years ago

4.1.0

2 years ago

4.1.0-beta.1

2 years ago

4.1.0-beta.2

2 years ago

4.0.0-beta.1

2 years ago

4.0.0-beta.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.3

3 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.1.0-alpha.2

4 years ago

2.0.0

4 years ago

2.0.0-beta.0

4 years ago

0.1.0

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago