Angular 13 upgrade

This commit is contained in:
Denys Vuika
2022-03-01 15:45:25 +00:00
committed by eromano
parent 20be6f3af7
commit 548e5c4fae
53 changed files with 1914 additions and 3454 deletions

View File

@@ -3,7 +3,7 @@
<mat-form-field floatPlaceholder="never" [hideRequiredMarker]="true">
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span *ngIf="isRequired()">*</span></label>
<textarea matInput class="adf-input"
[matTextareaAutosize]="true"
[cdkTextareaAutosize]="true"
type="text"
rows="3"
[id]="field.id"