сова-значение даты и времени не установлено
#angular5 #owl-date-time Вопрос: <form [formGroup]="filters" style="margin: 0 2px 4px;"> <mat-card> <mat-card-content fxLayout="column" fxLayoutGap="7px"> ... <mat-form-field> <input matInput formControlName="from" [owlDateTimeTrigger]="fromDate" [owlDateTime]="fromDate" placeholder="{{'timeTracking.from' | translate}}"> </mat-form-field> <owl-date-time #fromDate></owl-date-time> <mat-form-field> <input matInput formControlName="till"…