Rename component selectors to use prefix "rd"
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / config-event / config-event.component.ts
index e44933d..08ac627 100644 (file)
@@ -22,7 +22,7 @@ import { FormControl, Validators } from '@angular/forms';
 import { StatsService } from '../../services/stats/stats.service';
 
 @Component({
-  selector: 'app-config-event',
+  selector: 'rd-app-config-event',
   templateUrl: './config-event.component.html',
   styleUrls: ['./config-event.component.scss']
 })