mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* update material2 beta12 update angular2 4.4.5 * fix changed version js-api * update types hammerjs * fix test * clean old doc * fix pagination test * fix test * missing update packages * fix <mat-form-field> for select box * start task component test
9 lines
415 B
HTML
9 lines
415 B
HTML
<adf-form-list [forms]="formList" (row-dblclick)="onRowDblClick($event)">
|
|
</adf-form-list>
|
|
<div class="form-container" *ngIf="!isEmptyForm()">
|
|
<adf-form [form]="form" [data]="restoredData">
|
|
</adf-form>
|
|
</div>
|
|
<button mat-button (click)="store()" color="primary">{{'FORM-LIST.STORE' | translate }}</button>
|
|
<button mat-button (click)="restore()" color="primary">{{'FORM-LIST.RESTORE' | translate }}</button>
|