mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4878] Refactor, Split ADF About component (#5064)
* Refactor, Split ADF About component * [ADF-4878] Add documentation * [ADF-4878] Rename Component * [ADF-4878] Implement comments * [ADF-4878] Update documentation for about components
This commit is contained in:
committed by
Eugenio Romano
parent
d90497a3f8
commit
c2c883885e
@@ -1,5 +1,12 @@
|
||||
<adf-about
|
||||
[githubUrlCommitAlpha]="githubUrlCommitAlpha"
|
||||
[version]="version"
|
||||
[dependencies]="dependencies">
|
||||
</adf-about>
|
||||
<adf-about-github-link
|
||||
[url]="url"
|
||||
[version]="version">
|
||||
</adf-about-github-link>
|
||||
|
||||
<adf-about-product-version>
|
||||
</adf-about-product-version>
|
||||
|
||||
<adf-about-application-modules
|
||||
[dependencies]="dependencies"
|
||||
[showExtensions]="showExtensions">
|
||||
</adf-about-application-modules>
|
||||
|
@@ -25,9 +25,10 @@ import { name, version, commit, dependencies } from '../../../../../package.json
|
||||
})
|
||||
export class AboutComponent {
|
||||
|
||||
githubUrlCommitAlpha = `https://github.com/Alfresco/${name}/commits/${commit}`;
|
||||
url = `https://github.com/Alfresco/${name}/commits/${commit}`;
|
||||
version = version;
|
||||
dependencies = dependencies;
|
||||
showExtensions = true;
|
||||
|
||||
constructor() {
|
||||
|
||||
|
Reference in New Issue
Block a user