X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp.module.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fapp.module.ts;h=a8cbb2cc9709fb259bd6ce1c7a0b3b4af422c51d;hb=eb4892585eac42745b0393cc1a27205b1d32fc36;hp=46948c3173e719a1b74a057111fd1580ef2333df;hpb=b0ff9d1cf925365ede88198824c5893c04b1c7b9;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/app.module.ts b/webapp-frontend/src/app/app.module.ts index 46948c3..a8cbb2c 100644 --- a/webapp-frontend/src/app/app.module.ts +++ b/webapp-frontend/src/app/app.module.ts @@ -30,8 +30,6 @@ import { NgModule } from '@angular/core'; import { MDBBootstrapModule } from 'angular-bootstrap-md'; import { ToastrModule } from 'ngx-toastr'; import { ConfirmDialogComponent } from '@ui/confirm-dialog/confirm-dialog.component'; -import { ErrorDialogComponent } from '@ui/error-dialog/error-dialog.component'; -import { ErrorDialogService } from '@services/ui/error-dialog.service'; import { FooterComponent } from './footer/footer.component'; import { MainComponent } from './main/main.component'; import { MaterialDesignFrameworkModule } from 'angular6-json-schema-form'; @@ -53,7 +51,6 @@ export const isMock = environment.mock; declarations: [ AppComponent, ConfirmDialogComponent, - ErrorDialogComponent, FooterComponent, MainComponent, SidenavListComponent, @@ -76,11 +73,9 @@ export const isMock = environment.mock; ], entryComponents: [ ConfirmDialogComponent, - ErrorDialogComponent, ], providers: [ CookieService, - ErrorDialogService, UiService, { provide: HTTP_INTERCEPTORS,