Playground

A picture is worth a thousand words and a code snippet is worth a thousand hours. If you're looking to learn parts of Aurelia by reference using code examples, you are in the right place.

Each section in the playground has been dedicated to a different component of Aurelia. The basics of templating and plugins are covered. However, for proper documentation on numerous aspects of Aurelia, please consult the relevant sections.

You will only find code examples in the playground, not explanations.

Last updated

Was this helpful?

Revision created

refactor(event): no longer call prevent default by default (#1926) BREAKING CHANGE: no longer calling preventDefault on all events, this can be switched back to v1 behavior via IListenerBindingOptions [skip ci] * BREAKING CHANGE: no longer reexport fetch plugin from aurelia package * fix(router-lite): dont register config * chore: cleanup unused methods, correct typings on test fixture