
Replacing Angular's Deep Watches with the $doCheck Lifecycle Hook
After digging into Angular’s components $onChanges lifecycle hook to show how you can replace a regular shallow $scope.$watch with it, let’s see what the latest Angular has to offer when it comes to deep watches.
Build an AngularJS Website in 4 Steps
In this blog I will show you how to pick up an existing codebase example to build your very own beautiful AngularJS Single-Page Website. Our example app is sure to delight as it’s geared towards the wedding planning market. This Angular JS single page wedding website makes it easy to edit content, update photos and plan for the big day. This example app is built using AngularJS and uses the Cosmic JS API for content management and updates.

Essential Angular: Components and Directives
This is the third post in the Essential Angular series, which aims to be a short, but at the same time, fairly complete overview of the key aspects of Angular. In this post I’ll cover components and directives.
Angular 2 Tutorial: Create a CRUD App with Angular CLI
This is the first article in a 4-part series on how to write a Todo application in Angular 2.

Create great looking, fast, mobile apps using JavaScript, Angular 2, and Ionic 2
In a recent Visual Studio Toolbox episode, I highlighted some new Ionic 2 templates for use with the Visual Studio 2015 Tools for Apache Cordova (TACO). These new Ionic 2 RC templates are now available for you to try out and in this post I’ll talk you through what’s new.
A Simple Mock Component for Angular 2
I’ve been writing a lot of Angular 2 lately (and really liking it). The testing experience is particularly nice, but I was surprised to learn there isn’t a built-in way to mock out or ignore whole components.