Files
Harshit-Sachdev/Week-4/Day-1/Reame.md

36 lines
975 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Week 4 Day 1: Angular Components
## Date
05 January 2026
## Objective
To understand the concept of Angular components and learn how to create, structure, and reuse components in an Angular application.
## Topics Covered
- Introduction to Angular Components
- Component Architecture
- @Component Decorator
- Component Files (TS, HTML, CSS)
- Data Binding (Interpolation & Property Binding)
- Component Communication (Basics)
## Activities Performed
- Created multiple Angular components using Angular CLI
- Analyzed the structure of generated component files
- Implemented interpolation and property binding
- Embedded child components into the root component
- Practiced modular UI design using reusable components
## Tools & Technologies Used
- Angular
- TypeScript
- HTML
- CSS
- Angular CLI
## Learning Outcome
Gained a strong understanding of Angular component architecture and how components form the foundation of Angular applications.
## Status
Completed