what is the difference between router and route in ember.js ?
Answer / Kirti Sagar
"In Ember.js, a Route represents a specific state or view within your application, while the Router acts as a central component to handle navigation and managing active routes."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can add data using fixture into an application?
What are services in ember.js?
Write steps to write a handlebars helper?
Explain what is serializer?
What is the component in ember.js?
What is a router in ember.js?
What controller does in ember.js?
Explain how you can create instances in ember.js ?
Who was the author of ember.js?
What are the main advantages of using ember.js?
Which template library is used by ember.js ?
What is the use of router and {{outlet}} tag in ember.js?