This guide was written for Angular 2 version: 2.0.0
The ng-class directive in Angular 1.x allows you to dynamically add CSS classes based on a configuration object. This is a special key-value object,...
The first article in this series on Xamarin.Forms looked at some of the features that the toolkit provides, and how it is more than just UI controls. Of course, Xamarin.Forms does provide a rich set o...
This guide was written for Angular 2 version: 2.0.0
When you create more advanced components, the simple input and output mechanisms may not suffice. That's where "transclusion", now also known as con...
Android, iOS, UWP - let's even throw in Windows Phone 8.1. The big problem with developing applications for all of those different operating systems is that, well...they are different. Other than the ...
This guide was written for Angular 2 version: 2.0.0-rc.5
Controllers have been the basic building block of Angular 1.x since the dawn of time. With Angular 2, the essence of the controller still exist...