emberjs/ember.js

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

Open

#18.547 aberto em 15 de nov. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (4.216 forks)batch import
Help WantedRouting

Métricas do repositório

Stars
 (22.437 stars)
Métricas de merge de PR
 (Mesclagem média 11d 14h) (20 fundiu PRs em 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}})

Guia do colaborador