Durandal

Durandal

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


Featured

Aurelia: Live Today

Posted on .

Interested in getting a walkthrough of building your first Aurelia app? I've got good news for you. Today, in Montreal, I'll be presenting an introductory talk at the Radio Canada studios at 7PM EDT. Don't live in Montreal? No problem. Radio-Canada Lab has gen…

Featured

Aurelia Update with Decorators, IE9 and More

Posted on .

Today's release finally brings full ES7 and TypeScript decorators, IE9 support and a new, simplified HTML Behavior programming model. We've also made a few performance enhancements along the way. Decorators With the release of Babel 5.0 and the TypeScript 1.5…

Featured

Aurelia's Adaptive Binding

Posted on .

This week, Core Team Member, Jeremy Danyow, shares with us how Aurelia's adaptive and extensible binding system works its magic. Observation Strategies Aurelia employs several strategies when observing object properties. The best strategy is chosen depending…

Featured

Aurelia 0.10.0 Release & Status

Posted on .

Today, we've got a major set of release for Aurelia, fixing many issues and adding new and more powerful features to the lineup. Changes We've updated many of Aurelia's libraries to newer versions. As part of this series of updates, we've made several breaking…

Featured

Aurelia & Angular 2.0 Code Side by Side - Part 2

Posted on .

Yesterday I showed an example of Angular 2.0 code side-by-side with Aurelia. I showed the "reverse binding" technique for Angular 2.0. Today I'm going to show how the Angular 2.0 Forms Model can be used instead. I'll also show Aurelia next to it, so you can se…

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…