How to do nested routing

landing → study → mapping how can i create route for this can i just create mapping route and specify the path like as ‘landing/study/mapping’ like this

You can use the ember generate blueprint like this in your terminal: ember generate route landing/study/mapping

1 Like