Q. How can you define default routes in Angular routing?
β
Correct Answer: (A)
Using empty path ('') with redirectTo property
Explanation: Default routes redirect empty path to a specified route.