add daterangepicker

We are now adding the daterangepicker without Angular. This is a little
bit dirty, because we have to load jquery, moment and daterangepicker
manually via script tags, but it works without major hassle.
This commit is contained in:
2019-10-11 17:47:17 +02:00
parent e61f415880
commit 708a85c28c
6 changed files with 6616 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<mat-form-field>
<mat-label>Date Range:</mat-label>
<input matInput [formControl]="dateRange" />
<input matInput [formControl]="dateRange" name="dates" />
</mat-form-field>
<mat-form-field>