vendure-ecommerce/storefront-angular-starter

Use resolvers for product page loads

michaelbromley opened this issue · 0 comments

Currently the product detail page fetches its own data on init. This leads to a less smooth experience, even with placeholders.

A resolver on the route definition would solve this (at the expense of a slightly longer delay before route transition). However, on the down-side we are then adding extra complexity to the routing config which is exposed to the consuming app.