@webshop/root - v1.0.0
    Preparing search index...

    Component for displaying the product detail page.

    Hierarchy

    • HTMLElement
      • ProductDetailComponent
    Index

    Constructors

    Properties

    game: IGame | null = null
    gameService: GameService = ...
    isLoading: boolean = true
    productId: string | null = null

    Methods

    • Fetches the game data based on the URL query parameter and renders the component.

      Returns Promise<void>

    • Displays a loading state, error state, or the full product detail.

      Returns void