date time picker issues changes
This commit is contained in:
parent
66f486a477
commit
e2212df4d7
@ -45,7 +45,7 @@
|
|||||||
"karma-jasmine": "^1.1.1",
|
"karma-jasmine": "^1.1.1",
|
||||||
"leaflet": "^1.0.2",
|
"leaflet": "^1.0.2",
|
||||||
"moment": "^2.15.0",
|
"moment": "^2.15.0",
|
||||||
"ng-pick-datetime": "^5.2.6",
|
"ng-pick-datetime": "^6.0.16",
|
||||||
"ng2-charts": "1.6.0",
|
"ng2-charts": "1.6.0",
|
||||||
"ng2-dragula": "1.3.1",
|
"ng2-dragula": "1.3.1",
|
||||||
"ng2-file-upload": "1.2.1",
|
"ng2-file-upload": "1.2.1",
|
||||||
|
|||||||
@ -19,6 +19,8 @@ import { MatTooltipModule } from '@angular/material/tooltip';
|
|||||||
import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
|
import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
|
||||||
import 'hammerjs';
|
import 'hammerjs';
|
||||||
import { NotifierModule, NotifierOptions } from 'angular-notifier';
|
import { NotifierModule, NotifierOptions } from 'angular-notifier';
|
||||||
|
import { OwlDateTimeModule, OwlNativeDateTimeModule } from 'ng-pick-datetime';
|
||||||
|
|
||||||
import { AgmCoreModule } from '@agm/core';
|
import { AgmCoreModule } from '@agm/core';
|
||||||
import { ManagePdRoutingModule } from './manage-pd.routing';
|
import { ManagePdRoutingModule } from './manage-pd.routing';
|
||||||
import { ListPdComponent } from './list-pd/list-pd.component';
|
import { ListPdComponent } from './list-pd/list-pd.component';
|
||||||
@ -30,7 +32,6 @@ import { PdAllocationComponent } from '../manage-pd/list-pd/pd-allocation/pd-all
|
|||||||
import { SmartPdAllocationComponent } from './list-pd/smart-pd-allocation/smart-pd-allocation.component';
|
import { SmartPdAllocationComponent } from './list-pd/smart-pd-allocation/smart-pd-allocation.component';
|
||||||
import { PdTrigerService } from '../pd-service/pd-triger.service';
|
import { PdTrigerService } from '../pd-service/pd-triger.service';
|
||||||
import { GetGeometricLocationService } from '../location-service/get-geometric-location.service';
|
import { GetGeometricLocationService } from '../location-service/get-geometric-location.service';
|
||||||
import { OwlDateTimeModule, OwlNativeDateTimeModule } from 'ng-pick-datetime';
|
|
||||||
import { SchedulePdComponent } from './list-pd/schedule-pd/schedule-pd.component';
|
import { SchedulePdComponent } from './list-pd/schedule-pd/schedule-pd.component';
|
||||||
import { EditPdApplicantComponent } from './list-pd/edit-pd-applicant/edit-pd-applicant.component';
|
import { EditPdApplicantComponent } from './list-pd/edit-pd-applicant/edit-pd-applicant.component';
|
||||||
import { EditPdMasterComponent } from './list-pd/edit-pd-master/edit-pd-master.component';
|
import { EditPdMasterComponent } from './list-pd/edit-pd-master/edit-pd-master.component';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user