Hello,
I have a problem when resizing an element.
I’m using gojs-angular and gojs.
I’ve created a stackblitz to show you my problem.
There are two nodes template:
- One is from a class testresize.model.ts, this class inherit from go.Node, and implement the template
- One is a function in testresize.model.ts, this function do the exact same thing, except that the go.node is instanciated. (I don’t want to keep this function, this is just to show you the problem)
I don’t understand why the solution 1 isn’t working.
Do you have any ideas?
Thank you