In Aurelia 1, we had the children decorator which allows you to query HTML elements inside of a component and then access them. In Aurelia …
Aurelia 2
Working With slot & au-slot in Aurelia 2
In Aurelia 2, we have a couple of different ways of working with slotted content. If you are familiar with Web Components, the slot element …
Inferred bindable properties in Aurelia 2
About a year or so ago in the internal Aurelia core team chat, I raised an idea for inferred bindings. A lot of the time I find myself …
A workaround for Shadow Dom shared global styles in Aurelia 2
One of my favourite additions to Aurelia 2 is proper support for Shadow DOM and with it, the ability to encapsulate my styles on a …
Working with configuration based routes in Aurelia 2
In Aurelia 2, despite the framework itself being completely overhauled and rewritten, many aspects of the framework remain the same familiar …
Creating your first Aurelia 2 application
At the time of writing this, Aurelia 2 is almost about to have its alpha release. Even so, if you're reading this in the future and I have …
Globally Configuring The Aurelia Fetch Client In Aurelia 2
If you're like me, in Aurelia 1 you configured the Fetch client with some defaults, usually inside of your main bootstrap code …
Aurelia 2 Lifecycles Explained In As Few Words As Possible
With Aurelia 2, everything has been reimagined from the ground up. While the syntax and way you build applications is largely the same as …
Announcing The Aurelia 2 Book
Buy the Aurelia 2 book here. With the Aurelia 2 alpha coming very shortly, I have had plans for a while to write another Aurelia book, …