Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A child route is instantiated by adding the Parent(#ExampleRoute) to the #PRIM_WEB.Route class. The purpose of a child route is to build a path hierarchy. For example, a #CustomersRoute may have child routes #CustomerContact, #CustomerMap, and #Customer Profile.

Nested Routes

Nested routes are routes that are attached to their own View Container and Router. Within a nested route, a developer is able to have a distinct tree of routes that are associated with additional views within its own view container.

...