Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.02 KB

about-github-link.component.md

File metadata and controls

39 lines (27 loc) · 1.02 KB
Title Added Status Last reviewed
About GitHub Link Component
v3.5.0
Experimental
2019-09-09

Shows which version of the application is running based on the latest GitHub commit, as well as the server settings for the application.

Basic Usage

With default input values:

<adf-about-github-link></adf-about-github-link>

With custom input values:

<adf-about-github-link
    [url]=yourUrl"
    [version]="yourVersion">
</adf-about-github-link>

Properties

Name Type Default value Description
url string The GitHub commit that corresponds to the version of ADF in use.
version string "3.x.x" A number displaying the version of ADF in use.

Details

Use this component to display an overview of the latest GitHub commit and the server settings used by an application.