X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Ffooter%2Ffooter.component.ts;h=9ef1873e176f738dc33df766bfc6682076404a9f;hb=90295c9a25c27628164eed0c66d0a89df587525b;hp=dc4c3c3e74ec79b8271ff3834eab0e63e253c02c;hpb=174e972d55a5f49b4368be1329d3681f83605bdf;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/footer/footer.component.ts b/webapp-frontend/src/app/footer/footer.component.ts index dc4c3c3..9ef1873 100644 --- a/webapp-frontend/src/app/footer/footer.component.ts +++ b/webapp-frontend/src/app/footer/footer.component.ts @@ -20,10 +20,10 @@ * ========================LICENSE_END=================================== */ import { Component, OnInit } from '@angular/core'; -import { UiService } from '../services/ui/ui.service'; +import { UiService } from '@services/ui/ui.service'; @Component({ - selector: 'rd-footer', + selector: 'nrcp-footer', templateUrl: './footer.component.html', styleUrls: ['./footer.component.scss'] })