adopted-ember-addons / adopted-ember-addons/ember-router-helpers
how to use url-for with Engines?
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 38
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I created a demo repo that uses `{{url-for "an-external-route"}}`, but I get "There is no route named..."
Where `"an-external-route"` is a mapping of:
```
externalRoutes: {
'an-external-route': 'a-parent-app-route.index'
}
```
If I change `"an-external-route"` to be the name of an _actual route_ in the host app, then it works.
https://github.com/amk221/-ember-url-for-helper-example
Do we need `url-for-external`?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.