Client: upgrade angular dep'

This commit is contained in:
Chocobozzz 2016-12-29 17:34:29 +01:00
parent 4d32448895
commit d396a937b6
5 changed files with 25 additions and 24 deletions

View File

@ -18,14 +18,14 @@
},
"license": "GPLv3",
"dependencies": {
"@angular/common": "~2.3.0",
"@angular/compiler": "~2.3.0",
"@angular/core": "~2.3.0",
"@angular/forms": "~2.3.0",
"@angular/http": "~2.3.0",
"@angular/platform-browser": "~2.3.0",
"@angular/platform-browser-dynamic": "~2.3.0",
"@angular/router": "~3.3.0",
"@angular/common": "~2.4.1",
"@angular/compiler": "~2.4.1",
"@angular/core": "~2.4.1",
"@angular/forms": "~2.4.1",
"@angular/http": "~2.4.1",
"@angular/platform-browser": "~2.4.1",
"@angular/platform-browser-dynamic": "~2.4.1",
"@angular/router": "~3.4.1",
"@angularclass/hmr": "^1.2.0",
"@angularclass/hmr-loader": "^3.0.2",
"@types/core-js": "^0.9.28",
@ -51,7 +51,7 @@
"ie-shim": "^0.1.0",
"intl": "^1.2.4",
"json-loader": "^0.5.4",
"ng2-bootstrap": "1.1.16",
"ng2-bootstrap": "1.1.16-10",
"ng2-file-upload": "^1.1.0",
"ng2-meta": "^2.0.0",
"node-sass": "^3.10.0",

View File

@ -5,10 +5,10 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe';
import { DropdownModule } from 'ng2-bootstrap/components/dropdown';
import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar';
import { PaginationModule } from 'ng2-bootstrap/components/pagination';
import { ModalModule } from 'ng2-bootstrap/components/modal';
import { DropdownModule } from 'ng2-bootstrap/dropdown';
import { ProgressbarModule } from 'ng2-bootstrap/progressbar';
import { PaginationModule } from 'ng2-bootstrap/pagination';
import { ModalModule } from 'ng2-bootstrap/modal';
import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload';
import { AUTH_HTTP_PROVIDERS } from './auth';
@ -23,11 +23,12 @@ import { SearchComponent, SearchService } from './search';
HttpModule,
RouterModule,
DropdownModule,
FileUploadModule,
ModalModule,
PaginationModule,
ProgressbarModule
DropdownModule.forRoot(),
ModalModule.forRoot(),
PaginationModule.forRoot(),
ProgressbarModule.forRoot(),
FileUploadModule
],
declarations: [

View File

@ -1,6 +1,6 @@
import { Component, Input, ViewChild } from '@angular/core';
import { ModalDirective } from 'ng2-bootstrap/components/modal';
import { ModalDirective } from 'ng2-bootstrap/modal';
import { Video } from '../shared';

View File

@ -1,6 +1,6 @@
import { Component, Input, ViewChild } from '@angular/core';
import { ModalDirective } from 'ng2-bootstrap/components/modal';
import { ModalDirective } from 'ng2-bootstrap/modal';
import { Video } from '../shared';

View File

@ -29,7 +29,7 @@ import 'angular-pipes/src/math/bytes.pipe';
import 'ng2-file-upload';
import 'video.js';
import 'ng2-meta';
import 'ng2-bootstrap/components/pagination';
import 'ng2-bootstrap/components/dropdown';
import 'ng2-bootstrap/components/progressbar';
import 'ng2-bootstrap/components/modal';
import 'ng2-bootstrap/pagination';
import 'ng2-bootstrap/dropdown';
import 'ng2-bootstrap/progressbar';
import 'ng2-bootstrap/modal';