On a per route basis you might want to configure some additional route specific data that you can access in your view. For example a route …
Aurelia 1
Isomorphic Aurelia Applications
Update March 2018: Two years on from the original publish date, Aurelia finally has support for server-side rendering. This means it is now …
The Equivalent of Angular 2 EventEmitter In Aurelia
If you are like me, you browse Github for cool new repositories. My new hobby is looking at what the community are building for rival …
Shared State in Aurelia
In a single page application (SPA) like Aurelia, shared state is one of those important things every developer mostly encounters. Sharing …
Using Views From Different Locations in Aurelia
While the default Aurelia convention of a view model looks for a matching HTML file in the same directory is what you want a lot of the …
Enhancing At Will Using Aurelia’s Templating Engine Enhance API
When it comes to progressively enhancing an application we already have enhance API which allows us to progressively enhance a page on first …
Working With Keypress Events in Aurelia
Recently in my Aurelia application I needed to handle some keypress events when the user hit the enter and escape keys. Fortunately Aurelia …
Aurelia Documentation Finally Arrives
In the continued week that is Aurelia Week, the team have been drip releasing tasty little morsels of Javascript framework goodness. The …
Aurelia Beta Released
Yes, this is really happening. Aurelia has officially put out its first beta release dubbed beta 1. Just a little over a week ago the team …