As a long-term user of the InputMask plugin, I've long put up with its downsides such as issues around negative amounts and decimals. …
Aurelia 1 Tutorials
Creating a Minimal Aurelia TypeScript & Webpack Application From Scratch
Today we are going to be creating a Webpack based Aurelia application from scratch. We will be leveraging the newly released Webpack …
Binding with Style in Aurelia
One of my favourite features of Aurelia is the ability to bind element styles. If you ever worked with Angular 1, then you would know you …
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 …
Using jQuery UI Widgets in Aurelia
When it comes to adding in on-page functionality in the form of custom selects, autocomplete fields and more, jQuery UI is still an …
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 …
Observing Objects and Arrays in Aurelia
So you've run into a wall or perhaps just curious on how to expand your observer-fu? Today we are going to be learning how to observe Arrays …