As per the Kendo Documentation here . A specific release of Kendo is associated with a Angular version.
My questions is:
Can I use any other angular version than supported version as my Application is hosted on a different version of angular? As of today Kendo is supporting angular 1.3 , Can I use it with my app running on angular 1.4 or 1.2.28?
What are the chances that components will work correctly with different version in place. I am aware that kendo uses their custom directives for all their components. And hopefully should not interfere with angular version.
I am evaluating the use of Kendo Angular for my application .