Did you know Aurelia introduced an else attribute a while ago which allows you to do if/else statements in your views complete with support …
Aurelia 1
Webpack Support Lands In Aurelia CLI
I have been waiting for this day to come for a long time now: the Aurelia CLI now supports scaffolding Webpack applications from …
Checking If a View Slot Is Defined In Aurelia
Aurelia supports the element provided via the HTML Web Components specification, which allows you to define placeholders in your HTML that …
Get Root $index Value From Within Nested Aurelia Repeaters
Recently in an Aurelia project, I was working with nested repeaters (3 levels deep). The problem was I needed to get the $index from the top …
Aurelia Routing + Switching Root Using setRoot
In your Aurelia applications, you might have two or more roots defining different entry points into your application. I personally create a …
Auth Protected Routes in Aurelia With Firebase
sing both Aurelia and firebase together is exceptionally convenient for my workflow. When it comes to authentication, I have certain routes …
Aurelia Dynamic Compose + Webpack = Module ID Not Found
If you're using the latest and greatest Webpack plugin for Aurelia, there is a possibility if you use the element to dynamically render UI …
Aurelia Dynamic Views From Strings Using InlineViewStrategy
The flexibility of Aurelia means there are many ways to achieve a task. The default convention of view/view-model will meet your needs a lot …
Static Inject vs @inject In Aurelia
A few people have actually asked me this question, so I thought a helpful blog post for reference would finally answer the question: What's …