A

Admin • 832.27K Points
Coach

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
  • Correct Answer - Option(A)
  • Views: 18
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin

`pathMatch: 'full'` ensures that the whole URL path must match.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.