What is the use of Router and {{outlet}} tag in ember.js?April 15, 2021Web Design HTML › Category: Web Design HTML › What is the use of Router and {{outlet}} tag in ember.js? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What is the use of Router and {{outlet}} tag in ember.js? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago A router is used to specify all the possible states of an app and map them to URLs while {{outlet}} tag is used to build a hierarchy of sections by providing a mean for a container template to include a child template. # Ember.js Articles: 40626