We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b114ca0 commit 318a936Copy full SHA for 318a936
src/lib/dl-date-time-picker/dl-day-model.component.ts
@@ -10,7 +10,7 @@
10
import {DlModelProvider} from './dl-model-provider';
11
import {DlDateTimePickerModel} from './dl-date-time-picker-model';
12
import {Component, SimpleChanges} from '@angular/core';
13
-import * as _moment from 'moment'
+import * as _moment from 'moment';
14
15
/**
16
* Work around for moment namespace conflict when used with webpack and rollup.
0 commit comments