Facebook's F8 Developer Conference was earlier this week and it presented a not-quite-crystal-clear vision of the future constrained by a fierce competition with Snap. But that's just the tl;dr of one...
XAML or eXtensible Markup Language is a declarative language used for creating user interfaces in Xamarin.Forms.
I already know what you're thinking:
Why would I want to use a markup language when I ...
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
Routing in Angular 2 has finally stabilized with the introduction of the latest component router which allows us to map components directly to route...
This guide was written for Angular 2 version: 2.0.0
Originally, Angular 1.x was created to help developers build enterprise applications faster. With the introduction of ngAnimate written by Matias Ni...