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

    Class VersionNotificationComponent

    Hierarchy (View Summary)

    Implements

    • OnInit
    • OnChanges
    Index

    Constructors

    Properties

    i18n: {
        later: string;
        "new update": { body: string; header: string };
        "reload now": string;
    } = ...
    icons: { "new update": string; reload: string } = ...
    preparedI18n: {
        later: SafeHtml;
        "new update": { body: SafeHtml; header: SafeHtml };
        "reload now": SafeHtml;
    }
    preparedIcons: { "new update": SafeHtml; reload: SafeHtml }
    sanitizer: DomSanitizer = ...
    subscriptionManager: SubscriptionManager<Subscription> = ...
    swingBell: boolean = false
    toast: NgbToast
    versionCheckerService: VersionCheckerService = ...

    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