This is a bit of an open ended topic, and you'll need to asses the options, because both should work.
My thinking is, that Teleric built their own router to compensate for some of the default router's lack of whatever (features/flexibility/etc..). So to that extent, I'd suggest that you compare Kendo-UI-Routing vs Angular-UI-Routing vs ngRoute.
Kendo-UI-Routing
I personally haven't used Kendo. But I have used Teleric components in the past, and for the most part I had a good dev experience, thus I'm assuming their router will be as good. Maybe have a look at their feature list on their site.
Kendo UI Forum
The Kendo UI Routing and Views are somewhat similar to the Angular
ones but feature several different concepts
Angular-UI-Router vs ngRoute
I know that the Angular-UI-Router (UI-Router) framework is generally better accepted in the community than the baked in angular router, and has been easier and more flexible to implement in my experience.
Comparison of UI-Router vs ngRoute
UI-router is a 3rd-party module and is very powerful. It supports
everything the normal ngRoute can do as well as many extra functions.