X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-os%2Fsrc%2Fapp%2Fapp.module.ts;h=a99c2da6dfdc380c56de5a65fbad8189a3c08d61;hb=096d3ac4c7b98f98eb20978cf1f07ff5cc91d492;hp=a7b267fb7a7f2c987c889ba2677ee7079f4e5dc0;hpb=099ece77f49e4a6bc4d9b35ef03a5e0f33bf8384;p=portal.git diff --git a/portal-FE-os/src/app/app.module.ts b/portal-FE-os/src/app/app.module.ts index a7b267fb..a99c2da6 100644 --- a/portal-FE-os/src/app/app.module.ts +++ b/portal-FE-os/src/app/app.module.ts @@ -45,7 +45,6 @@ import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { HeaderInterceptor } from './shared/interceptors/header-interceptor'; import { CookieService } from 'ngx-cookie-service'; -import { FooterComponent } from './footer/footer.component'; @NgModule({ @@ -56,7 +55,7 @@ import { FooterComponent } from './footer/footer.component'; HttpClientModule, AppRoutingModule ], - declarations: [AppComponent, FooterComponent], + declarations: [AppComponent], providers: [CookieService,{ provide: HTTP_INTERCEPTORS, useClass: HeaderInterceptor,