Skip to content

Commit 48a0f87

Browse files
author
Dmitry Marov
committed
wip
1 parent fc02141 commit 48a0f87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/usage-with-angular.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ export class CanvasAdapter {
190190
this.canvas.addEdge({ from: params.from, to: params.to });
191191
}
192192

193+
// Other application-specific methods for managing graph
194+
// ...
195+
193196
removeNode(nodeId: Identifier): void {
194197
this.canvas.removeNode(nodeId);
195198
}

0 commit comments

Comments
 (0)