Hi Fredric,
Sorry for the inconvenience caused. We would like to let you know that the files ‘
ej.web.all.min’ and ‘
jsrender.min’ from ‘
web/scripts’ folder which is in JavaScript build samples location (Click Explore Demos button from the Javascript Dashboard) or copy ‘
ej.web.all.min’ from ‘node_modules/syncfusion-javascript/Scripts/ej/web’ and download ‘
jsrender.min’ file from
CDN into the ‘
vendor’ folder.
Please include the necessary file references in index page which is in `app` folder of the Ember application like below,
[Index.html]
|
<head>
<link rel="stylesheet" rel='nofollow' href="{{rootURL}}content/ejthemes/default-theme/ej.web.all.min.css">
</head>
<body>
<script src="{{rootURL}}scripts/scripts/jsondata.min.js" type="text/javascript"></script>
</body> |
To avoid ‘ESLint’ error for Syncfusion enum (e.g. ej.TextAlign.Right ) usage in samples, use the below code in ‘.eslintrc.js’ file.
[.eslintrc.js]
We will update the document changes and could you please get back to us if you need any other further assistance on this?
Regards,
Shanmugaraja K