Question: What will the URL segment look like based on the following call to the `Router.navigate` method when goToUser is passed the value 15?
- /user/15
- /user?id=15
- /user:15
- /user;id=15
Answer: The correct answer of the above question is Option A:/user/15