hosanna-ui-docs - v0.9.0
    Preparing search index...
    • Decorator to inject an observable dependency into a class property. Automatically registers the property as an observable field.

      Parameters

      • OptionalserviceIdentifier: string

        Optional identifier for the service to inject. Defaults to the property name.

      • fields: string[] = ...

        Array of fields to observe. Defaults to ['__internalState'].

      Returns (target: any, propertyKey: string) => void