I am integrating gojs in angular 8 project.
I have already installed gojs-angular package.
npm install gojs gojs-angular.
Below is the code snippet.
error: Cannot find namespace 'go'
public initDiagram(): go.Diagram {};
I am integrating gojs in angular 8 project.
I have already installed gojs-angular package.
npm install gojs gojs-angular.
Below is the code snippet.
error: Cannot find namespace 'go'
public initDiagram(): go.Diagram {};
Copyright © 2021 Jogjafile Inc.
Please follow and verify below steps.
npm i gojs gojs-angular
We can just use variable by import in the component.ts file.
No need to add script or import in other places,