UNPKG

@savantly/ngx-graphexp

Version:

Gremlin client [Tinkerpop] for an Angular app

10 lines (9 loc) 345 B
import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material'; export declare class NodeEditComponent implements OnInit { dialogRef: MatDialogRef<NodeEditComponent>; data: any; createProperty(): void; constructor(dialogRef: MatDialogRef<NodeEditComponent>, data: any); ngOnInit(): void; }