X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fcatalog-card%2Fcatalog-card.component.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fcatalog-card%2Fcatalog-card.component.ts;h=da35f8dde212f1e1c67877fb73e2a20cc5e29602;hb=1379dce23d47c42d169ed13a337bbee827714830;hp=fa7811b648e22cd0d54ea3667838b5a0e0ce211c;hpb=0aa99919dea387fd2216b3b13bc06d3a10868089;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts b/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts index fa7811b6..da35f8dd 100644 --- a/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts +++ b/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts @@ -22,7 +22,7 @@ import {Router} from '@angular/router'; import {UiService} from '../../services/ui/ui.service'; @Component({ - selector: 'app-catalog-card', + selector: 'rd-app-catalog-card', templateUrl: './catalog-card.component.html', styleUrls: ['./catalog-card.component.css'] })