Angular Practice Test
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
Need a hint?
(H)