From 28a3ceabee4e1377728049ffbd4f3beddfbc4ba5 Mon Sep 17 00:00:00 2001 From: Manuel Schmidt Date: Wed, 15 Nov 2023 14:43:36 +0100 Subject: [PATCH] feat: add ng-content at the end of the svg to allow users to add custom svg elements over the nodes. As SVG Renders in Order as provided in the DOM with the current approach we can only add elements in the background but this ng-content allows with the class "end-content" to brings them into the foreground --- projects/swimlane/ngx-graph/src/lib/graph/graph.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html b/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html index 56d140b4..cfd0916e 100644 --- a/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html +++ b/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html @@ -128,6 +128,8 @@ /> + +