Rename component selectors to use prefix "rd"
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / catalog-card / catalog-card.component.ts
index fa7811b..da35f8d 100644 (file)
@@ -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']
 })