Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ReleaseProvider

Index

Constructors

constructor

Properties

Private LATEST_RELEASE_URL

LATEST_RELEASE_URL: string

Private app

Private appVersion

appVersion: string

Private http

http: HttpClient

Methods

checkForUpdates

  • checkForUpdates(latestVersion: string, currentVersion?: string): object
  • Parameters

    • latestVersion: string
    • Optional currentVersion: string

    Returns object

    • availableVersion: string | null
    • error: string | null
    • updateAvailable: boolean | null

Private formatTagNumber

  • formatTagNumber(tag: string): object

getCurrentAppVersion

  • getCurrentAppVersion(): string

getLatestAppVersion

  • getLatestAppVersion(): Observable<any>

Private verifyTagFormat

  • verifyTagFormat(tag: string): RegExpExecArray