Durandal

Durandal

We focus on building libraries, frameworks and tools for open web technologies.


Featured

Aurelia & Angular 2.0 Code Side by Side

Posted on .

Angular 2.0 app.js import {Component, Template} from 'angular2/angular2'; @Component({selector: 'my-app'}) @Template({url: 'app.html'}) class MyApp { constructor() { this.firstName = 'John'; this.lastName = 'Doe'; this.updateFullname(…

Featured

Aurelia - Status - March 2015

Posted on .

Little over a month ago, we announced the public preview of Aurelia. Since then the community has exploded and we've seen a lot of exciting things happen. Thanks to the core team and an engaged community, we've made some big improvements. We've still got a way…

Featured

Binding with Value Converters in Aurelia

Posted on .

This week, Core Aurelia Team member focusing on binding, Jeremy Danyow, shows us how to leverage value converters in Aurelia. Introduction Data-Binding is a key feature of the Aurelia framework. This article will show you how to get the most out of your model…

Featured

End-to-End Testing with Aurelia and Protractor

Posted on .

This week Core Aurelia Team member in charge of testability, Vildan Softic, shows us how to write End-to-End tests with Aurelia and Protractor. Introduction Testing front-end applications has become an important task for today's Full Stack Developers. Not only…

Featured

Aurelia Q&A

Posted on .

Last week Aurelia was announced and we've seen a number of recurring questions crop up on twitter, email lists, forums and elsewhere. This post attempts to provide some answers. Can I go to production? What!? No. Please do not do that yet...not for real. Remem…

Featured

aurelia

Introducing Aurelia

Posted on .

I'm totally stoked!!! Why? Because I finally get to share Aurelia with the JavaScript world. What is it you might ask? It's a next generation JavaScript client framework unlike anything else available today. Cut to The Chase Several months ago I left the Angul…