Concept Flow - Built-in pipes (date, currency, uppercase)
Template with pipe syntax
Angular detects pipe usage
Pipe transforms input value
Transformed value replaces original in template
Rendered output shows transformed value
Angular templates use pipes to transform data before showing it. The pipe takes input, changes it, and displays the new value.