ember.js icon indicating copy to clipboard operation
ember.js copied to clipboard

Change the mount API to accept a function for defining engine routes

Open jsturgis opened this issue 4 years ago • 1 comments

This change updates the mount API method to accept a function similar to how the route API currently works so that engine routes can be defined in the host application's router.js file.

Some Ember applications utilize in-repo ember-engines strictly for their lazy loading and code organization features and not for their isolation features.

In this context it makes more sense to define engine routes in the host application's router.js file.

RFC

jsturgis avatar Feb 12 '21 03:02 jsturgis

Is this still relevant? It is a draft PR

kategengler avatar Dec 12 '23 16:12 kategengler