SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
744 stars 389 forks source link

Configurable Nested Routes and auxiliary router outlets #187

Closed Platonn closed 5 years ago

Platonn commented 6 years ago

It's a subtask of #3.

After doing this task, all acceptance criteria of tasks mentioned above should hold. However, now we would like to also support configurable nested routes. Algorithms to find best matching url to render a link should be modified, if needed.

Motivation for having nested routes: Me may need nested routes to handle a 'sub-navigation' state of a page (for example the current step of the checkout or the active tab in product-details page).

It would be good to also investigate auxiliary router outlets

Platonn commented 5 years ago

Docs

gladius-mtl commented 5 years ago

Created a follow-up ticket to take care of documentation: GH-742. Moving this ticket now to QA.