Quiz: Routing in Ember

Let's test what we’ve learned so far regarding routing.

We'll cover the following...

Select the correct option.

1

What is the main function of the model() hook of a route?

A)

It fetches and returns the primary data for the corresponding template.

B)

It returns the primary data for the corresponding template.

C)

It fetches the primary data for the corresponding template.

D)

It loads the template.

Question 1 of 50 attempted