Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.13 KB

about-application.component.md

File metadata and controls

40 lines (29 loc) · 1.13 KB
Title Added Status Last reviewed
About Application Modules Component
v3.5.0
Experimental
2019-09-09

Shows which ADF libraries and plugins an application is using.

Basic Usage

With default input values:

<adf-about-application-modules></adf-about-application-modules>

With custom input values:

<adf-about-application-modules
    [dependencies]="yourDependencies"
    [showExtensions]="true"
    [regexp]="^(@alfresco)">
</adf-about-application-modules>

Properties

Name Type Default value Description
dependencies any The dependencies value defined in the package.json
showExtensions boolean true Toggles showing/hiding of extensions block.
regexp string "^(@alfresco)" Regular expression for filtering dependencies packages.

Details

Use this component to display an overview of the dependencies and plugins used by an application.