X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp.module.ts;h=5d8a611b77c2c6e5d3aff14611c4ca1831ad8fdc;hb=1fde0c3b93c9cf75b9e48382f298f644b03fa249;hp=b170af39c7bbd8d778167b8f3df364a5aee073b1;hpb=b38f759a93759fca79cec46491639c935132d577;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/app.module.ts b/webapp-frontend/src/app/app.module.ts index b170af39..5d8a611b 100644 --- a/webapp-frontend/src/app/app.module.ts +++ b/webapp-frontend/src/app/app.module.ts @@ -40,7 +40,6 @@ import { AppComponent } from './app.component'; import { LoginComponent } from './login/login.component'; import { CatalogComponent } from './catalog/catalog.component'; import { UiService } from './services/ui/ui.service'; -import { AdminService } from './services/admin/admin.service'; import { XappMgrService } from './services/xapp-mgr/xapp-mgr.service'; import { DashboardService } from './services/dashboard/dashboard.service'; import { E2ManagerService } from './services/e2-mgr/e2-mgr.service'; @@ -145,7 +144,6 @@ import { AcXappComponent } from './ac-xapp/ac-xapp.component'; ], providers: [ UiService, - AdminService, XappMgrService, DashboardService, E2ManagerService,