Week 3 Day 3: Introduction to Angular basics
This commit is contained in:
25
Week-3/Day-3/Readme.md
Normal file
25
Week-3/Day-3/Readme.md
Normal 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
|
||||
16
Week-3/Day-3/introduction-angular.md
Normal file
16
Week-3/Day-3/introduction-angular.md
Normal 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
|
||||
Reference in New Issue
Block a user