Angular MCQ Quiz (Multiple Correct Answers)
1. Which directive is used to display routed components in Angular?
2. What method is used to configure app-level routes?
3. Which of these are valid route configurations in Angular?
4. What is the purpose of the wildcard route (**) in Angular routing?
5. How can you implement lazy loading in Angular?
6. What is pathMatch: 'full' used for?
7. How can you navigate programmatically in Angular?
8. What is the difference between navigate() and navigateByUrl()?
9. Which service helps to access route parameters?
10. What happens if no route matches and no wildcard is provided?

Comments
Post a Comment