LogoLogo
Ctrlk
HomeDiscourseBlogDiscord
  • Introduction
  • Introduction
    • Quick start
    • Aurelia for new developers
    • Hello world
  • Templates
    • Template Syntax
    • Custom attributes
    • Value converters (pipes)
    • Binding behaviors
    • Form Inputs
    • CSS classes and styling
    • Conditional Rendering
    • List Rendering
    • Lambda Expressions
    • Local templates (inline templates)
    • SVG
  • Components
    • Component basics
    • Component lifecycles
    • Bindable properties
    • Styling components
    • Slotted content
    • Scope and context
    • CustomElement API
    • Template compilation
      • processContent
      • Extending templating syntax
      • Modifying template parsing with AttributePattern
      • Extending binding language
      • Using the template compiler
      • Attribute mapping
  • Getting to know Aurelia
    • Routing
    • App configuration and startup
    • Enhance
    • Dynamic composition
    • Portalling elements
    • Observation
    • Watching data
    • Dependency injection (DI)
    • App Tasks
    • Task Queue
    • Event Aggregator
  • Developer Guides
    • Animation
    • Testing
    • Logging
    • Building plugins
    • Web Components
    • UI virtualization
    • Errors
    • Bundlers
    • Recipes
    • Playground
    • Migrating to Aurelia 2
    • Cheat Sheet
  • Aurelia Packages
    • Validation
    • i18n Internationalization
    • Fetch Client
    • Event Aggregator
    • State
    • Store
    • Dialog
  • Tutorials
    • Building a realtime cryptocurrency price tracker
    • Building a widget-based dashboard
    • Building a todo application
    • Synthetic view
    • React inside Aurelia
  • Community Contribution
    • Joining the community
    • Code of conduct
    • Contributor guide
    • Building and testing aurelia
    • Writing documentation
    • Translating documentation
Powered by GitBook
On this page

Was this helpful?

  1. Components

Template compilation

processContentExtending templating syntaxModifying template parsing with AttributePatternExtending binding languageUsing the template compilerAttribute mapping
PreviousCustomElement APINextprocessContent

Last updated 1 year ago

Was this helpful?