X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp.module.ts;h=353e1274299a40284482bab49e66099948ec470f;hb=3e69af1763ea2ce5f9485ab1cb5a39b089b109a7;hp=e9dc34d8ed212993a32f96f07a310686e3f609a8;hpb=a4c7cdd075d372de0ab352abc46359d88a570d90;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/app.module.ts b/webapp-frontend/src/app/app.module.ts index e9dc34d8..353e1274 100644 --- a/webapp-frontend/src/app/app.module.ts +++ b/webapp-frontend/src/app/app.module.ts @@ -37,8 +37,7 @@ 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 { CatalogService } from './services/catalog/catalog.service'; -import { ControlService } from './services/control/control.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'; import { SidenavListComponent } from './navigation/sidenav-list/sidenav-list.component'; @@ -128,8 +127,7 @@ import { AnrXappComponent } from './anr-xapp/anr-xapp.component'; providers: [ UiService, AdminService, - CatalogService, - ControlService, + XappMgrService, DashboardService, E2ManagerService ],