Q. What does `pathMatch: 'full'` mean in Angular routes?

  • (A) Matches the entire URL segment
  • (B) Matches only partial path
  • (C) Redirects to another route
  • (D) Handles wildcard paths
πŸ’¬ Discuss
βœ… Correct Answer: (A) Matches the entire URL segment
Explanation: `pathMatch: 'full'` ensures that the whole URL path must match.
Explanation by: Mr. Dubey
`pathMatch: 'full'` ensures that the whole URL path must match.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
79
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate