bumped ng-bootstrap

This commit is contained in:
Eugene Pankov
2017-08-30 11:47:49 +02:00
parent 4d2be9ec89
commit 33514cb073
3 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ const PROVIDERS = [
BrowserModule,
BrowserAnimationsModule,
FormsModule,
NgbModule,
NgbModule.forRoot(),
PerfectScrollbarModule.forRoot({
suppressScrollX: true,
}),