Getting Started guide
Hi,
I try to use Syncfusion with Ember.I use de getting started guide :https://help.syncfusion.com/emberjs/getting-started#create-grid-sample-in-the-ember-cli-application
But I can't to that : "Copy the files ej.web.all.min and jsrender.min into the vendor folder. Import the same into the application using below code in ember-cli-build.js.", because I can't find ej.web.all.min and jsrender.min.
Somebody can help me ?
Regard
SIGN IN To post a reply.
3 Replies
SK
Shanmugaraja K
Syncfusion Team
August 24, 2018 12:41 PM UTC
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]
|
globals: {
ej: false
}
|
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
FR
Frédéric
August 25, 2018 06:35 AM UTC
Hi,
OK, it's work, thank you.
But the "ejthemes" directory must be in "styles" directory
Regard
OK, it's work, thank you.
But the "ejthemes" directory must be in "styles" directory
Regard
VK
Vinoth Kumar Sundara Moorthy
Syncfusion Team
August 27, 2018 12:54 PM UTC
Hi Frederic,
Thank you for your update.
Query: The "ejthemes" directory must be in "styles" directory
We have maintained "ejthemes" inside the “content” folder. If you need, you can rename it as “styles”, but it should be inside the “public” folder and change the reference link in index.html file located inside the app folder. Also, we have refreshed our documentation with the changes and please refer the below documentation link.
Could you please check the above documentation link and get back to us if you need any further assistance on this?
Regards,
Vinoth Kumar S
SIGN IN To post a reply.
- 3 Replies
- 3 Participants
-
FR Frédéric
- Aug 23, 2018 03:35 PM UTC
- Aug 27, 2018 12:54 PM UTC