Is it possible to have documentation about kendo-pager? I just would like to use it without grid but i don't find any documentation regarding it on main site: http://www.telerik.com/kendo-angular-ui/
Into the main kendoGrid component javascript i found:
e=r([i.Component({selector:"kendo-pager"
But i really don't know about npm module i have to install and how to use it! Do i have to use "selector" like:
<kendo-pager>
But what about data binding, data model, events?