Quiz: Nested Routing
Attempt this quiz to test what you’ve learned so far about nested routing in Ember.
We'll cover the following...
Select the correct option.
1
How can we set up the dynamic section of the route in templates?
A)
By passing it in @model
in <LinkTo>
B)
By specifying it in @route
in <LinkTo>
C)
By using @dynamic
in <LinkTo>
D)
By passing an ID in @route
using <route_name>.id
Question 1 of 50 attempted