Direction: Choose the correct option
Q1.
How do you define a simple route for `/home`?
Direction: Choose the correct option
Q2.
What is a wildcard route (e.g., path: '**') used for?
Direction: Choose the correct option
Q3.
How do you redirect from one path to another?
Direction: Choose the correct option
Q4.
What does `pathMatch: 'full'` mean?
Direction: Choose the correct option
Q5.
Where are routes typically defined in an Angular application?
Direction: Choose the correct option
Q6.
What is the purpose of `loadChildren` in routes?
Direction: Choose the correct option
Q7.
What is an empty path route?
Direction: Choose the correct option
Q8.
How do you define routes with parameters?
Direction: Choose the correct option
Q9.
What is the `data` property in routes used for?
Direction: Choose the correct option
Q10.
How do you define multiple routes with same path but different methods?
