GojsAngularModule not available in Latest angular

Good day to you. I am having problems with my angular 19 app with GoJSAngular Module. It says:

Module ‘“gojs-angular”’ has no exported member ‘GojsAngularModule’

Here are my current versions:


    "@angular/cdk": "^19.2.14",
 "gojs": "^3.0.3",
    "gojs-angular": "^2.1.2",

What is GojsAngularModule? Our gojs-angular-basic sample has been updated to use Angular 19 and gojs-angular 2.1.

1 Like

GoJsAngularModule must be deprecated. Will use the latest sample to update our app thanks