From b8031113ee4f52e7e951da617b10a83d56021eed Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 8 Jul 2019 11:56:13 -0400 Subject: [PATCH] tweak ngbmodule import Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/app.module.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/app.module.ts b/Open-ILS/src/eg2/src/app/app.module.ts index a008075037..adfd202c57 100644 --- a/Open-ILS/src/eg2/src/app/app.module.ts +++ b/Open-ILS/src/eg2/src/app/app.module.ts @@ -13,8 +13,6 @@ import {BaseComponent} from './app.component'; import {BaseRoutingModule} from './routing.module'; import {WelcomeComponent} from './welcome.component'; -const ngbModule = NgbModule.forRoot(); - @NgModule({ declarations: [ BaseComponent, @@ -24,8 +22,7 @@ const ngbModule = NgbModule.forRoot(); EgCommonModule.forRoot(), BaseRoutingModule, BrowserModule, - ngbModule, - //NgbModule.forRoot(), + NgbModule, CookieModule.forRoot() ], exports: [], -- 2.11.0