# Activity: Research Angular Directives

#### Instructions:

1. **Research the Definition of Angular Directives**:
    
    * Understand what Angular directives are.
        
    * Learn about the three types of directives: **Component Directives**, **Structural Directives** (e.g., `*ngIf`, `*ngFor`), and **Attribute Directives** (e.g., `ngClass`, `ngStyle`).
        
2. **Use Cases of Angular Directives**:
    
    * Research practical use cases for each type of directive.
        
    * Find examples of how directives enhance the behavior or structure of DOM elements in Angular applications.
        
3. **Search for Code Snippets**:
    
    * Search online for relevant Angular code snippets that demonstrate the use of directives (e.g., conditional rendering, looping, dynamic class binding).
        
    * Ensure the code snippets are simple, well-explained, and show how to use Angular directives effectively.
        
4. **Document Your Research on Hashnode**:
    
    * Write a blog post on Hashnode explaining Angular directives, their types, use cases, and examples.
        
    * Include code snippets and explain how they work.
        
    * Add references to the sources you used during your research.
        
5. **Add References**:
    
    * Make sure to credit the websites or blogs where you found useful information and code snippets.
        
    * Include links to official Angular documentation or tutorials for further reading.
        
6. **Publish and Share**:
    
    * Once your documentation is complete, publish it on Hashnode.
        
    * Share the link on svfc portal.
