},
"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",
"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",
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';
HttpModule,
RouterModule,
- DropdownModule,
- FileUploadModule,
- ModalModule,
- PaginationModule,
- ProgressbarModule
+ DropdownModule.forRoot(),
+ ModalModule.forRoot(),
+ PaginationModule.forRoot(),
+ ProgressbarModule.forRoot(),
+
+ FileUploadModule
],
declarations: [
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';