Hi,
We are trying to reduce the size of our web app. It is an Angular 6 app, and we are using Scrolling Table and Selectable Fields.
These are the elements that we are importing:
import { Adornment, Binding, Diagram, GraphLinksModel, GraphObject, DiagramEvent, Link, Margin, Node, Panel, RowColumnDefinition, Shape, Size, Part, Spot, TextBlock } from ‘gojs’;
Is there any way to exclude or delete the elements that we are not using, in order to reduce the size of our app?
Thanks in advance.