Class FooterService

Constructors

Properties

Methods

Constructors

Properties

portalCount: Signal<number> = ...

Computes the count of portals.

The count of portals.

portals: WritableSignal<Portal<unknown>[]> = ...

Represents an array of Portal objects with unknown type.

Methods

  • Adds a portal to the list of portals.

    Parameters

    • portal: Portal<unknown>

      The portal to be added.

    Returns void

  • Removes a portal from the list of portals.

    Parameters

    • portal: Portal<unknown>

      The portal to be removed.

    Returns void