Contentful Personalization & Analytics
    Preparing search index...
    • Wrap a signal-like object with the local Observable contract.

      Type Parameters

      • T

        Signal value type.

      Parameters

      • s: { value: T }

        Signal-like source exposing a value property.

      Returns Observable<T>

      Observable adapter for the given signal source.

      All emitted values and current snapshots are deep-cloned to isolate subscriber-side mutation from internal Core state.