Week 3 Day 5: Angular project setup

This commit is contained in:
2026-01-09 16:05:43 +05:30
parent 409b3519a8
commit 7016d140f2
2 changed files with 50 additions and 0 deletions

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

@@ -0,0 +1,25 @@
# Week 3 Day 5
## Angular Project Setup
### Date
02 January 2026
### Objective
To set up an Angular project and understand initial project structure.
### Topics Covered
- Angular installation
- Project creation
- Development server
### Activities Performed
- Installed Angular CLI
- Created Angular project
- Ran application locally
### Learning Outcomes
- Successfully set up Angular environment
- Ready for component development
### Status
Completed