Hi Markus Lembke,
Thanks for contacting Syncfusion Support.
We investigated the configuration files which you have shared with us and suspect that the sample doesn’t import our Syncfusion JavaScript components source and themes (ej.web.all.min.css) in ‘vendor.ts’ and index.html file respectively.
[vendor.ts]
var $ = require('jquery');
window["jQuery"] = $;
window["$"] = $;
import 'jsrender';
import 'syncfusion-javascript/scripts/ej/web/ej.grid.min'; |
[index.html]
<link rel="stylesheet" rel='nofollow' href="../node_modules/syncfusion-javascript/Content/ej/web/material/ej.web.all.min.css" /> |
We have prepared a sample with our ejGrid component. Refer to the below link for the sample.
We have implemented
seed applications, to quick-start with Syncfusion JavaScript Angular 2 components. Refer to the below documentation link for getting started with seed application.
We also implemented Angular 2 sample browser using our JavaScript Angular 2 components.
Please revert us back if you need further assistance on this.
Thanks,
Karthick T