The recently released 2017 Stack Overflow Developer Survey unearthed a ton of intriguing information about the developer community. The Kendo UI team saw these results through our own prism: all evidence suggests that being a developer is like being the brave hero on a daring quest!
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...
This guide was written for Angular 2 version: 2.0.0
The ng-model directive in Angular 1.x allows us to create two-way data binding between a form control and a property on scope. In this guide we'll b...
This guide was written for Angular 2 version: 2.0.0-rc.4
Services are an abstraction layer that handles an application's business logic, which usually includes communicating with a backend and parsing...
This guide was written for Angular 2 version: 2.0.0
Routing in Angular 2 has finally stabilized with the introduction of the latest component router which allows us to map components directly to route...