# Research Angular Pipes

#### Instructions:

1. **Research the Definition of Angular Pipes**:
    
    * Understand what **Angular Pipes** are and their purpose.
        
    * Learn how pipes are used to transform data in templates (e.g., formatting dates, numbers, strings).
        
2. **Types of Angular Pipes**:
    
    * Research **built-in pipes** such as `DatePipe`, `CurrencyPipe`, `DecimalPipe`, `UpperCasePipe`, `LowerCasePipe`, `SlicePipe`, and more.
        
    * Explore how to **create custom pipes** when built-in pipes don't meet the requirements.
        
3. **Use Cases of Angular Pipes**:
    
    * Identify practical use cases for using pipes in Angular applications (e.g., displaying formatted dates, converting text to uppercase).
        
    * Find examples where pipes are used for dynamic data transformation in a user-friendly format.
        
4. **Search for Code Snippets**:
    
    * Look for code snippets that demonstrate how to use built-in Angular pipes in templates.
        
    * Search for examples on creating custom pipes in Angular.
        
5. **Document Your Research on Hashnode**:
    
    * Write a blog post on Hashnode explaining **Angular Pipes**, their use cases, and examples.
        
    * Include code snippets showing the usage of both built-in and custom pipes.
        
    * Provide clear explanations of how each pipe works and why it is used.
        
6. **Add References**:
    
    * Cite all the resources and websites where you found information and examples (official Angular documentation, blogs, tutorials).
        
    * Make sure to include links to further reading for users interested in learning more about Angular pipes.
        
7. **Publish and Share**:
    
    * Publish your documentation on Hashnode.
