From Angular to Aurelia Part 4: Page Lifecycle

This is the forth part of the From Angular to Aurelia Series. So far we have looked at Services, as well as how to work with Value Converters. This time we’re going to look at page lifecycles. Taking control over your pa

Read More...

Back from DWX

What a great event. I’ve been participating in this years Developer Week (DWX) conference in Nürnberg/Germany as a speaker. It was my first time giving a conf talk so I didn’t really know what to expect, but overall it w

Read More...

From Angular to Aurelia Part 3: Value Converters

This is the third part of the From Angular to Aurelia Series. In the previous post we looked at how Services are used in Angular and their counterpart in Aurelia. This post focuses on Value Converters (VC), which are kno

Read More...

From Angular to Aurelia Part 2: Services

Continuing the series about the move from Angular 1.x to Aurelia the second part is all about explaining the transition from Angular’s Service concepts. Services, Factories, … lazers, ninjas and fooOne of the biggest com

Read More...

From Angular to Aurelia Part 1

This is the begin of a blog series about moving to Aurelia from Angular 1.x. I’m going to explain how fundamental concepts of Angular 1.x map to Aurelia’s work flow. This should help you getting started with your new pro

Read More...