Files
Harshit-Sachdev/Week-4/Day-3/Readme.md

33 lines
744 B
Markdown
Raw Permalink 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 3: Angular Routing
## Date
07 January 2026
## Objective
To understand Angular routing and implement navigation between multiple components in a single-page application.
## Topics Covered
- Introduction to Angular Routing
- RouterModule and Routes
- router-outlet
- routerLink
- Client-side Navigation
## Activities Performed
- Configured routing module
- Created multiple route-based components
- Implemented navigation using routerLink
- Used router-outlet for dynamic view rendering
- Tested navigation without page reload
## Tools & Technologies Used
- Angular
- TypeScript
- Angular Router
## Learning Outcome
Gained practical experience in building single-page navigation using Angular routing.
## Status
Completed