• Skip to primary navigation
  • Skip to content
  • Skip to footer
Arshad Mehmood Arshad Mehmood Software Engineer • Tech Enthusiast
  • About
  • Today I Learned
  • Portfolio
  • Resources
  • Newsletter
  • Contact
    1. Home
    2. /
    3. Today i learned
    4. /
    5. Angular2
    6. /
    7. Apply two or more pipes
    Arshad Mehmood

    Arshad Mehmood

    Software Engineer, DevOps Enthusiast, and Android Developer. M.Sc. Business Informatics from University of Mannheim. Building scalable solutions and sharing knowledge.

    • Mannheim, Germany
    • My Android Apps
    • LinkedIn
    • GitHub
    • Twitter
    • Instagram

    Apply two or more pipes

    less than 1 minute read

    Apply two or more pipes

    To transforme the data, we can apply multiple pipes. It is called chaining, the same as in method chaining.

    The chained hero's birthday is
    {{ birthday | date | uppercase}}
    

    This example—which displays FRIDAY, APRIL 15, 1988—chains the same pipes as above, but passes in a parameter to date as well.

    Full tutorial - Chaining pipes

    Share on

    X Facebook LinkedIn Bluesky

    Leave a comment

    • Follow:
    • Twitter
    • GitHub
    • Instagram
    • Feed
    © 2025 Arshad Mehmood. Powered by Jekyll & Minimal Mistakes.