Files
alfresco-ng2-components/demo-shell-ng2/app/components/about/about.component.html
2017-06-29 15:09:10 +01:00

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>