emberjs/ember.js

Invalid uses of `{{outlet}}` should throw

Closed

#18,547 opened on Nov 15, 2019

 (1 comment) (0 reactions) (0 assignees)JavaScript (4,216 forks)batch import
Help WantedRouting

Repository metrics

Stars
 (22,437 stars)
PR merge metrics
 (Avg merge 11d 14h) (20 merged PRs in 30d)

Description

  1. Using {{outlet}} in anything other than a route template (e.g. components)
  2. Using {{outlet}} inside the application template of a non-routable engine ({{mount}})

Contributor guide