Fundamentals
After you've completed the quick starts, learn more about Aurelia's app model, components, dependency injection and more.
-
App Configuration and Startup
In this article you'll learn the various ways to bootstrap and configure Aurelia, along with different mechanisms for controlling the initial render strategy.
-
Creating Components
Components are the basic building blocks of all Aurelia applications. In this article you'll learn how to build basic components using dependency injection and the component lifecycle.
-
Dependency Injection: Basics
Learn about how to leverage Aurelia's dependency injection container, the power behind all object creation in Aurelia applications.
-
Securing Your App
It's important to secure your application. This article will address a couple of simple things you can do to improve the security of your application.
-
Cheat Sheet
Forgot the syntax for bindings? Need to know how to create a custom attribute? This article contains answers to questions like those as well as a bunch of quick snippets for common tasks.