The ngx-graph is used to draw flow diagram in angular. The algorithm automatically aligns the nodes with proper spacing. Also there is a feature to drag the nodes from their initial positions But on page refresh all the changes made by the user are lost as the algorithm rebuilds the graph.
Is it possible to save the state of the graph after the user repositions them?