Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
404 B

<div>
<div class="form-inline">
<div class="form-group date-group">
<input type="text" class="form-control" [formControl]="dateControl" (blur)="touched()" #dateInput />
</div>
<div class="form-group time-group" *ngIf="showTime">
<input type="text" class="form-control" [formControl]="timeControl" (blur)="touched()" />
</div>
</div>
</div>