Angular - Routing
You want to create a navigation link that goes to a user detail page with a dynamic user ID, but only if the ID is valid (non-null). Which is the best way to use
RouterLink in the template to handle this condition?