Octra libraries - v2.0.0
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    isNewVersionAvailable: boolean = false
    subscriptionManager: SubscriptionManager<Subscription> = ...

    Methods

    • Protected

      subscribes an observable that is internally added to the subscription manager and destroyed automatically on ngDestroy

      Type Parameters

      • R
      • E

      Parameters

      • observable: Observable<R>
      • OptionalobserverOrNext: Partial<Observer<R>> | ((value: R) => void)
      • Optionaltag: string

      Returns number