Week 3 Day 3: Introduction to Angular basics

This commit is contained in:
2026-01-09 15:53:37 +05:30
parent 865fcf0db7
commit 9423b2d386
2 changed files with 41 additions and 0 deletions

25
Week-3/Day-3/Readme.md Normal file
View File

@@ -0,0 +1,25 @@
# Week 3 Day 3
## Introduction to Angular
### Date
31 December 2025
### Objective
To understand Angular framework fundamentals and architecture.
### Topics Covered
- Angular overview
- SPA concept
- Components and modules
### Activities Performed
- Studied Angular architecture
- Explored Angular documentation
- Understood framework structure
### Learning Outcomes
- Gained conceptual clarity of Angular
- Prepared for hands-on Angular development
### Status
Completed

View File

@@ -0,0 +1,16 @@
## Introduction To Angular
### What is Angular?
Angular is a TypeScript-based frontend framework developed by Google for building single-page applications (SPA).
### Key Features
- Component-based architecture
- Two-way data binding
- Dependency injection
- Modular structure
### Angular Concepts
- Components
- Modules
- Templates
- Directives