Rename component selectors to use prefix "rd"
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / catalog-card / catalog-card.component.ts
index 9b7901e..da35f8d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
@@ -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']
 })