We have configured gojs (v 2.1.50) key in main.ts as following in Angualr 12.
import {Diagram as go} from 'gojs';
go.licenseKey = '...YourKeyHere...';
This worked perfectly in Angular 12. However after we migrate Angular 12 to 15 it seems to break. Now all we can see is gojs watermark and no graph visible. No any javascript issues can be seen as well.
We have updated angular libraries and couple of other libraries as well. But didn’t update gojs libraries. Below are the libraries which we didn’t change during the migration.
“gojs”: “^2.1.50”,
“gojs-angular”: “^1.0.19”,
Unfortunately we don’t see any javascript issues to troubleshoot.
I don’t know about version 2.1 of GoJS working with Angular 15, but I do not know of any potential problems. We know that GoJS in general has worked with each Angular version from 1 to 16.