When inside of an Aurelia ViewModel there are situations where you might want to know what the current route is within a ViewModel. One …
Aurelia 1
The Definitive Guide To Bundling & Exporting In Aurelia
Update: December 12th, 2016 A lot has changed since this article was published. The bundling situation is a lot better and things have …
Loading JSON Files in Aurelia
At the time of writing this, the preferred approach to client side dependencies and loading is Jspm which is one part package manager and …
Working With The Aurelia Task Queue
When it comes to the browser, queues are very important. The concept of a macrotask and microtask exist within the browser which allows …
All About The Aurelia UI Virtualization Plugin
A little less publicised aspect of Aurelia is the UI Virtualisation plugin. For those accustomed to ReactJS's speed of rendering large …
Using DOM Event Listeners In Aurelia
When it comes to using a plain old event listener in your Aurelia applications, if you are not aware of how classes work and how things get …
Working With The Aurelia Event Aggregator
The Event Aggregator is one of my favourite things about Aurelia and it is not even anything unique to Aurelia. There does not seem to be …
Adding Sass & Autoprefixer Into Your Aurelia Applications
Plain old CSS is boring. If you are building your applications off of the Aurelia Skeleton Navigation then it ships with support for working …
Angular Services in Aurelia
In Angular 1.x you had the concept of a controller, directive, service, provider and other confusing terms to describe essentially what is …