This project demonstrates how to use Angular Pipes — both built-in and custom — to transform and display data in a more readable and formatted way.
It serves as a hands-on learning project to understand how Angular handles data transformation in templates efficiently and declaratively.
- 🧩 Demonstrates built-in Angular pipes
date,uppercase,lowercase,currency,percent,json,slice,async, etc.
- 🛠️ Implements custom pipes for specific data transformations
- 🔁 Showcases chaining multiple pipes
- 💡 Includes examples for parameterized pipes
- 🎨 Clean UI showing real-time data transformation
| Technology | Purpose |
|---|---|
| Angular | Framework for the project |
| TypeScript | Logic and custom pipe creation |
| HTML5 | Template-based data transformations |
| CSS3 | Styling and layout |