kendo.ns should be defined as:
public ns: string;
See http://docs.kendoui.com/howto/declarative_initialization at the bottom.
Until this is fixed ns must be set thus:
(<any>kendo).ns = "kendo-";
public ns: string;
See http://docs.kendoui.com/howto/declarative_initialization at the bottom.
Until this is fixed ns must be set thus:
(<any>kendo).ns = "kendo-";