Query |
Response |
I need a type definition file for the Diagram Control.
I am using the version "17.1.0.47" for AngularJS. |
The type definition file for diagram is available in below link
|
I also want to use the symbol-palette for my application.
"https://help.syncfusion.com/angularjs/diagram/symbol-palette |
We have modified the sample to render the symbol palette and diagram.
|
Do I have to include a CSS file? If I embed the palette symbol in my project, it has no formatting, only the headline as normal text.
In addition, I have not found a CSS file which I can include in my project.
I would be very grateful if you could also send me the necessary files for the symbol Pattern. |
Yes, you need to refer “ej.web.all.min.css” file. Please refer to an above sample in which we have referred this css file.
Also, to render an angularjs application the below files to be referred
· ej.web.all.min.css
· jquery-3.0.0.min.js
· scripts/jsrender.min.js
· scripts/angular.min.js
· scripts/ej.diagram.min.js
· scripts/ej.widget.angular.min.js |