Concept Flow - Standalone pipes and directives
Create Pipe/Directive
Add standalone: true
Use in Component
Import Pipe/Directive directly
Angular applies pipe/directive
Render updated view
This flow shows how to create a standalone pipe or directive, import it directly into a component, and have Angular apply it during rendering.