Function subscribeIgnoreFirst

  • Subscribes to the given store with the subscriber function provided and ignores the first automatic update. All future updates are dispatched to the subscriber function.

    Type Parameters

    • T

      type of data.

    Parameters

    Returns Unsubscriber

    Store unsubscribe function.