Showcases async signal loading with loading, ready, and error boundary templates.
Key files:
index.htmldefines the product select control and async boundary templates.main.jsregistersproductIdplus an asyncproductsignal.
Start from the repo root:
python3 -m http.server 4173Open http://127.0.0.1:4173/examples/product/.
Verify:
pnpm run examples:check