IMPORTANT!
This forum is now archived. Click here for the New Support Forum
Kendo UI component integration
Quote from Jes Kirkup on February 5, 2018, 12:06 pmHi Eben,
I'd like to use Kendo UI 5 Angular native components with the QuickApp Pro template.
At the moment the Kendo Angular 5 controls are in preview for Material theme so I thought I would try and use the bootstrap based controls instead (assume you can still use boostrap in this solution if you need to?).
https://www.telerik.com/kendo-angular-ui/getting-started/
The Kendo UI Bootstrap theme depends on the Twitter Bootstrap framework. So I installed as per their doc
Run npm install --save @progress/kendo-theme-bootstrap.
I Installed the version of the bootstrap framework specified as a peer dependency (3.3.7)
I added a simple page to render so,me drop down widgets.
I'm hitting this error (see attached log)
Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_0__angular_core__.OpaqueToken is not a constructor
and a number of other similar warnings e.g.
11:21-32 "export 'OpaqueToken' was not found in '@angular/core'
Any idea what might be the issue here?
Thanks
Jes
Hi Eben,
I'd like to use Kendo UI 5 Angular native components with the QuickApp Pro template.
At the moment the Kendo Angular 5 controls are in preview for Material theme so I thought I would try and use the bootstrap based controls instead (assume you can still use boostrap in this solution if you need to?).
https://www.telerik.com/kendo-angular-ui/getting-started/
The Kendo UI Bootstrap theme depends on the Twitter Bootstrap framework. So I installed as per their doc
Run npm install --save @progress/kendo-theme-bootstrap.
I Installed the version of the bootstrap framework specified as a peer dependency (3.3.7)
I added a simple page to render so,me drop down widgets.
I'm hitting this error (see attached log)
Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_0__angular_core__.OpaqueToken is not a constructor
and a number of other similar warnings e.g.
11:21-32 "export 'OpaqueToken' was not found in '@angular/core'
Any idea what might be the issue here?
Thanks
Jes
Quote from Jes Kirkup on February 5, 2018, 1:49 pmHey Eben,
Hang fire on this as I don't want to waste your time. I think the issue was I was referencing a pretty old version of Kendo UI for Angular (before opaquetoken was deprecated). Even though they just released their VS/NET CORE 2.0 template a couple of weeks ago!
https://marketplace.visualstudio.com/items?itemName=TelerikInc.KendoAngularExtensions#overview
Suggestion: Add support for Kendo UI components as a pro feature 🙂
Thanks
Jes
Hey Eben,
Hang fire on this as I don't want to waste your time. I think the issue was I was referencing a pretty old version of Kendo UI for Angular (before opaquetoken was deprecated). Even though they just released their VS/NET CORE 2.0 template a couple of weeks ago!
https://marketplace.visualstudio.com/items?itemName=TelerikInc.KendoAngularExtensions#overview
Suggestion: Add support for Kendo UI components as a pro feature 🙂
Thanks
Jes
Quote from Eben Monney on February 10, 2018, 1:54 amGreat. I'll consider Kendo UI support for future versions.
Great. I'll consider Kendo UI support for future versions.
Quote from keithavery on February 22, 2018, 3:06 pmHi Eben
Great startup app.
I'm using Kendo UI, so could provide an update to your QuickApp template, replacing the todo demo with a Kendo grid.
Cheers
Keith
Hi Eben
Great startup app.
I'm using Kendo UI, so could provide an update to your QuickApp template, replacing the todo demo with a Kendo grid.
Cheers
Keith
Quote from Eben Monney on February 23, 2018, 2:08 amHello Keith,
That'll be lovely. Do share a repository.
Cheers
Eben
Hello Keith,
That'll be lovely. Do share a repository.
Cheers
Eben
IMPORTANT!
This forum is now archived. Click here for the New Support Forum