1
0
Fork 0

Upgrade client dep

This commit is contained in:
Chocobozzz 2017-10-31 16:37:37 +01:00
parent 53abc4c272
commit 7a8032bb6d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
6 changed files with 835 additions and 470 deletions

View File

@ -91,10 +91,10 @@
"style-loader": "^0.19.0",
"tslib": "^1.5.0",
"tslint": "^5.7.0",
"tslint-config-standard": "^6.0.1",
"tslint-config-standard": "^7.0.0",
"tslint-loader": "^3.3.0",
"typescript": "^2.5.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"uglifyjs-webpack-plugin": "^1.0.1",
"url-loader": "^0.6.2",
"video.js": "^6.2.0",
"videojs-dock": "^2.0.2",

View File

@ -1,15 +1,15 @@
import { Injectable } from '@angular/core'
import { Observable } from 'rxjs/Observable'
import { HttpClient, HttpParams, HttpRequest } from '@angular/common/http'
import 'rxjs/add/operator/catch'
import 'rxjs/add/operator/map'
import { HttpClient, HttpParams, HttpRequest } from '@angular/common/http'
import { Search } from '../../shared'
import { SortField } from './sort-field.type'
import {
RestExtractor,
RestService,
UserService
UserService,
Search
} from '../../shared'
import { Video } from './video.model'
import { VideoDetails } from './video-details.model'

File diff suppressed because it is too large Load Diff