mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
11 lines
282 B
HTML
11 lines
282 B
HTML
<div class="about-container">
|
|
<div *ngIf="githubUrlCommitAlpha">
|
|
<h3>Current Commit position</h3>
|
|
<a [href]="githubUrlCommitAlpha">{{githubUrlCommitAlpha}}</a>
|
|
</div>
|
|
|
|
|
|
<h3>Packages</h3>
|
|
<alfresco-datatable [data]="data"></alfresco-datatable>
|
|
</div>
|