Templating
Learn all about Aurelia's powerful templating engine.
-
Templating: Basics
A basic guide to using Aurelia's templating engine.
-
Templating: HTML Behaviors Introduction
An overview of the Aurelia templating engine's custom attribute and custom element functionality, including not only how to create basic versions, but how to use them both locally and globally in your application.
-
Templating: Custom Attributes
An overview of the Aurelia templating engine's custom attribute functionality. Custom Attributes are used to add custom behaviors to DOM elements.
-
Templating: Custom Elements Basics
An overview of the Aurelia templating engine's custom element functionality basics. Custom Elements are used to add custom components to Aurelia applications.
-
Templating: Content Projection
An overview of the Aurelia templating engine's custom element content projection functionality.
-
Templating: Dynamic UI Composition
An overview of Aurelia's dynamic template composition functionality.