Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Angular incremental json problem

$
0
0

@no_one345 wrote:

i m working on a diagram in angular i need incremental json the diagram is a tree model so there are no links but on running this

this.diagram.addModelChangedListener(
e=>{
if (e.isTransactionFinished) {
// this records each Transaction as a JSON-format string
this.showIncremental(this.diagram.model.toIncrementalJson(e));
}
})

i get error

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles