File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
"@angular/router" : " ^4.0.0" ,
23
23
"core-js" : " ^2.4.1" ,
24
24
"moment" : " ^2.18.1" ,
25
- "ng2-nouislider" : " ^1.6 .0" ,
25
+ "ng2-nouislider" : " ^1.7 .0" ,
26
26
"nouislider" : " ^9.2.0" ,
27
27
"rxjs" : " ^5.1.0" ,
28
28
"zone.js" : " ^0.8.4"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { HttpModule } from '@angular/http';
5
5
6
6
import { AppComponent } from './app.component' ;
7
7
import { TimelineSliderComponent } from './timeline-frame/timeline-slider/timeline-slider.component' ;
8
- import { NouisliderModule } from 'ng2-nouislider' ;
8
+ import { NouisliderModule } from 'ng2-nouislider/src/nouislider ' ;
9
9
import { TimelineScaleComponent } from './timeline-frame/timeline-scale/timeline-scale.component' ;
10
10
import { TimelineFrameComponent } from './timeline-frame/timeline-frame.component' ;
11
11
import { TimeLabelComponent } from './timeline-frame/time-label/time-label.component' ;
You can’t perform that action at this time.
0 commit comments