diff options
Diffstat (limited to 'client/src/app/videos/shared')
-rw-r--r-- | client/src/app/videos/shared/video.service.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/videos/shared/video.service.ts b/client/src/app/videos/shared/video.service.ts index 8459aa0d3..b1ab5f8b9 100644 --- a/client/src/app/videos/shared/video.service.ts +++ b/client/src/app/videos/shared/video.service.ts | |||
@@ -1,15 +1,15 @@ | |||
1 | import { Injectable } from '@angular/core' | 1 | import { Injectable } from '@angular/core' |
2 | import { Observable } from 'rxjs/Observable' | 2 | import { Observable } from 'rxjs/Observable' |
3 | import { HttpClient, HttpParams, HttpRequest } from '@angular/common/http' | ||
3 | import 'rxjs/add/operator/catch' | 4 | import 'rxjs/add/operator/catch' |
4 | import 'rxjs/add/operator/map' | 5 | import 'rxjs/add/operator/map' |
5 | import { HttpClient, HttpParams, HttpRequest } from '@angular/common/http' | ||
6 | 6 | ||
7 | import { Search } from '../../shared' | ||
8 | import { SortField } from './sort-field.type' | 7 | import { SortField } from './sort-field.type' |
9 | import { | 8 | import { |
10 | RestExtractor, | 9 | RestExtractor, |
11 | RestService, | 10 | RestService, |
12 | UserService | 11 | UserService, |
12 | Search | ||
13 | } from '../../shared' | 13 | } from '../../shared' |
14 | import { Video } from './video.model' | 14 | import { Video } from './video.model' |
15 | import { VideoDetails } from './video-details.model' | 15 | import { VideoDetails } from './video-details.model' |