Rename component selectors to use prefix "rd"
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / stat-card / stat-card.component.ts
index 3f8277a..a34d4f8 100644 (file)
@@ -22,7 +22,7 @@ import {Router} from '@angular/router';
 import {UiService} from '../../services/ui/ui.service';
 
 @Component({
-  selector: 'app-stat-card',
+  selector: 'rd-stat-card',
   templateUrl: './stat-card.component.html',
   styleUrls: ['./stat-card.component.css']
 })