Top "Nested-routes" questions

Nested routes allow to capture relationship in your routing.

Angular2 router: how to correctly load children modules with their own routing rules

here is my Angular2 app structure: Here is part of my code. The following is the main module of the …

angular url-routing angular2-routing nested-routes angular2-modules
Rails 4 [Best practices] Nested resources and shallow: true

The following post is based on Rails 4. I am currently looking for a best-practice about the multiple nested resources (more …

ruby-on-rails api rest ruby-on-rails-4 nested-routes
ASSERTION ERROR: Type passed in is not ComponentType, it does not have 'ɵcmp' property

I get this error whenever the app is running, though is not causing me problems in current development (i think) …

angular routes nested-routes
Using nested router-outlets in angular 4

Im using multiple router-oulets to load my components. The outer router-outlet is used load most basic components like login, home, 404. …

angular angular2-routing nested-routes router-outlet
Rails routes.rb syntax

I have searched and searched and I cannot find a page which spells out the syntax of routes.rb in …

ruby-on-rails routes nested-routes
Rails 3 link_to routes (edit) nested resources

Sorry if this has been asked elsewhere, but I can't figure this out. I have a forum with sections, topics, …

ruby-on-rails ruby-on-rails-3 nested-routes
Rails 3 - Nested resources and polymorphic paths: OK to two levels, but break at three

I'm trying to do a simple family reunion site with: "posts", "families", "kids", and "pictures". Ideally I'd like the routes/…

ruby-on-rails-3 polymorphic-associations belongs-to nested-routes
RESTful API routes design: nested vs. non-nested

My question is about the advantages of nesting resources when building URLs for API purposes. Consider the following two alternatives …

rest restful-url api-design nested-resources nested-routes
Rails: Custom nested controller actions

I want to setup a custom nested controller actions but I can't figure out the routing. I keep getting the …

ruby-on-rails custom-action nested-routes controller-action