0 votes
in JavaScript by

Explain how Router and {{outlet}} tag can be useful in ember.js?

1 Answer

0 votes
by
  • Router allows you to specify all the possible states of an app and map them to urls
  • To build a hierarchy of sections by providing a mean for a container template to include a child template the {{outlet}} tag is used

Related questions

0 votes
asked Mar 12, 2020 in JavaScript by GeorgeBell
0 votes
asked Mar 13, 2020 in JavaScript by Tate
...