I am using the gojs angular sample application. In that application, i am trying to load the nodedataarray and linkdatarray from the server using some API calls.
Initially, when I was not using an API call, my node template was working absolutely fine.
as soon as I started data pulling from the server and replacing it with the diagram model using any of the ways it changes the look(UI representation) of the Node.
Expected or Initial:
After replacing model:
For e.g. it doesn’t bind my FullName property to text, it doesn’t bind my BackgroundColor property, Image, etc…
Am I missing anything? pls, help.