Angular Web Framework Practice Test
Angular Web Framework Angular Test 1
How would you display a View using a router outlet?
Select your answer
A
Nothing. The view will display in the tag
B
Declare the router outlet as a service
C
Declare the router outlet in the root module
D
Create an instance of the router outlet
Hint