Using Kendo UI components in your Angular application helps you make a robust application quickly with succinct code. When you're working on a deadline, like during hackathon, or just a regular stress...
The JavaScript editor wars have heated up in recent years, with the introduction of new players like GitHub’s Atom and Microsoft’s Visual Studio Code. In today’s chat we’ll discuss three of the popula...
This guide was written for Angular 2 version: 2.0.0-rc.4
Filters allow a developer to transform or format an item or collection of items in a view without having to actually alter the format or value ...
In January we announced the Release Candidate availability of Kendo UI for Angular - a comprehensive UI framework, written from the ground up as native Angular components. That's right no jQuery depen...
This guide was written for Angular 2 version: 2.0.0-rc.5
Filters are a fantastic way of returning new collections of data, rather than mutating existing. Filters essentially are just functions, that a...