Discussion :: Ember JS
- What are the three parts built for an ember route?
A.
An entry in the Ember router which maps between our route name and a specific URI
|
B.
A route handler file, which sets up what should happen when that route is loaded
|
C.
A route template, which is where we display the actual content for the page
|
D.
All the above
|
Answer : Option D
Explanation :
Be The First To Comment