Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Status

This class keeps track of the version number of your application.

Hierarchy

  • Status

Index

Properties

version

version: number = 0

This property ...

Methods

changeVersion

  • changeVersion(version: number): number
  • change the version number to the provided number

    Parameters

    • version: number

      the number that needs to be used as a version number

    Returns number

    the current version number

increaseVersion

  • increaseVersion(): number
  • This method increases the version number with 1

    Returns number

    the current version number

showVersion

  • showVersion(): void
  • This method prints out the current version number

    Returns void

Generated using TypeDoc