The mobile Application class constructor should start with an HTMLElement parameter. Currently you have:
should be:
This is the second error I found. First was:
Typescript definition for kendo mssing ns property
Note that this is KENDO MOBILE. Please provide a kendo.mobile.d.ts for that! In my previous thread you said to rename the kendoui one. That, of course, will not work.
module kendo.mobile {
class Application extends Observable {
constructor(options?: ApplicationOptions);
constructor(element?: HTMLElement, options?: ApplicationOptions);
This is the second error I found. First was:
Typescript definition for kendo mssing ns property
Note that this is KENDO MOBILE. Please provide a kendo.mobile.d.ts for that! In my previous thread you said to rename the kendoui one. That, of course, will not work.