Direction: Choose the correct option
Q1.
What are child routes?
Direction: Choose the correct option
Q2.
How do you define child routes in a route configuration?
Direction: Choose the correct option
Q3.
Given a parent route '/users' with child '/profile', what is the full path?
Direction: Choose the correct option
Q4.
How many `` components are needed for nested routes?
Direction: Choose the correct option
Q5.
What is an empty path child route used for?
Direction: Choose the correct option
Q6.
How do you navigate to a child route from the parent component?
Direction: Choose the correct option
Q7.
What is a componentless route?
Direction: Choose the correct option
Q8.
Can child routes have their own child routes?
Direction: Choose the correct option
Q9.
What is the purpose of the `outlet` property in routes?
Direction: Choose the correct option
Q10.
How do you access child route parameters from a parent component?
