@senzing/sdk-graph-components
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

@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 13.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.

Readme

Keywords

none

Package Sidebar

Install

npm i @senzing/sdk-graph-components

Weekly Downloads

0

Version

4.1.0

License

none

Unpacked Size

7.06 MB

Total Files

175

Last publish

Collaborators

  • dockter
  • codewuzzle