What is the difference between route and router in ember.js?
Answer Posted / Nidhi Chandra
A route is a specific view of an application that handles one or more URLs, while a router manages the matching and navigation between routes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers