Angular 2 @progress/kendo-angular-grid will not work with webpack

angularkendo-ui-angular2

Based on http://www.telerik.com/kendo-angular-ui/getting-started I started with the webpack QS and got the button to show fine.
Then I started the the http://www.telerik.com/kendo-angular-ui/components/grid/ tutorial.
All the grid example showed as just text without the grid around them.
The examples seemed to work in plunker with systemJS.
Does this mean that @progress/kendo-angular-grid will not work with webpack?

Or maybe a hint to tell me what I am doing wrong?
Thank you

Just started everything with vanilla SystemJS and I end up with the same results.
Seems the code used in plunker uses
'@progress': 'http://www.telerik.com/kendo-angular-ui/npm/node_modules/@progress',
'@telerik': 'http://www.telerik.com/kendo-angular-ui/npm/node_modules/@telerik',
But my code can't access it.
So I use whats in node_modules/ after the:
npm install –save @progress/kendo-angular-grid
But the result is not a grid, just:

ProductName(0) UnitPrice(1)
Chai 18

Best Answer

my angular cli scaffolded project failed to install kendo ui controls. I tried to create project using the angular quick start project, I could install kendo ui grid/dialog, but nothing seem to be working. just showed text with basic layout. help....

Related Topic