Skip to content Skip to sidebar Skip to footer
Showing posts with the label Aurelia

Visual Studio 2017 Javascript How To Set 'experimentaldecorators'

Anyone knows how to get rid of this message when using Aurelia.js in VS2017?? I'm using VS2017… Read more Visual Studio 2017 Javascript How To Set 'experimentaldecorators'

How Do You Use Viewcompiler To Manually Compile Part Of The Dom?

Say I have a simple view model (widget.js): import {Behavior} from 'aurelia-framework'; ex… Read more How Do You Use Viewcompiler To Manually Compile Part Of The Dom?

Check All Option On Aurelia, Can This Be Improved

Right now we have the following code which fills kind of 'dirty' with the power of aurelia … Read more Check All Option On Aurelia, Can This Be Improved

Accessing Custom Component Data/methods

I have an html file that uses a custom component. The custom component reaches out and gets data on… Read more Accessing Custom Component Data/methods

Aurelia - Accessing Updated Class Properties From Injection?

I'm still trying to find an answer to Aurelia JS - Making a synchronous HTTP request, to change… Read more Aurelia - Accessing Updated Class Properties From Injection?

Error: Container Has Not Been Made Global - How To Solve?

I'm trying to get the Firebase Reactive Collection (Sync database) to work with the Aurelia-Fir… Read more Error: Container Has Not Been Made Global - How To Solve?

How To Use Jquery-ui With Aurelia

I started a new Aurelia app using the Aurelia CLI. I installed JQuery and configured aurelia.json u… Read more How To Use Jquery-ui With Aurelia

Using Amd Module As An Aurelia Viewmodel

I was playing with Aurelia and seems pretty nice, I use Durandal for some projects and this definit… Read more Using Amd Module As An Aurelia Viewmodel