Remove local declare var and using declaration file

This commit is contained in:
mauriziovitale84
2016-10-18 21:15:02 +01:00
parent 79988f421d
commit c2db58babb
5 changed files with 0 additions and 11 deletions

View File

@@ -20,8 +20,6 @@ import { AbstractControl, FormGroup, FormBuilder, FormControl, Validators } from
import { WidgetComponent } from './../widget.component';
import * as moment from 'moment';
declare let mdDateTimePicker: any;
function dateCheck(c: AbstractControl) {
let startDate = moment(c.get('startDate').value);
let endDate = moment(c.get('endDate').value);