diff src/app/app.module.ts @ 62:7787ca310644 webpack tip

update @angular to 4.4.5.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 18 Oct 2017 17:46:41 +0200
parents d7c947909ab8
children
line wrap: on
line diff
--- a/src/app/app.module.ts	Mon Apr 24 19:39:25 2017 +0200
+++ b/src/app/app.module.ts	Wed Oct 18 17:46:41 2017 +0200
@@ -4,7 +4,7 @@
 import { HttpModule } from '@angular/http';
 
 import { Ng2TableModule } from 'ng2-table/ng2-table';
-import { PaginationModule } from 'ng2-bootstrap';
+import { PaginationModule } from 'ngx-bootstrap';
 
 import { QueryAppComponent }  from './query-app.component';
 import { QuerySelectComponent }  from './query-select.component';