Rename component selectors to use prefix "rd"
[portal/ric-dashboard.git] / webapp-frontend / src / app / rd.component.html
similarity index 96%
rename from webapp-frontend/src/app/app.component.html
rename to webapp-frontend/src/app/rd.component.html
index fa5ddb3..9aa2a04 100644 (file)
@@ -56,7 +56,7 @@
       </div>
     </section>
     <section #sidenav class="menu-body">
-       <app-sidenav-list></app-sidenav-list>
+       <rd-sidenav-list></rd-sidenav-list>
     </section>
     <section class="menu-footer">
 
 
   <!-- Footer -->
   <footer class="main__footer">
-       <div class="main-footer__bg" [ngClass]="{'main-footer__bg-dark': darkModeActive}"></div>
-    <app-footer></app-footer>
+    <div class="main-footer__bg" [ngClass]="{'main-footer__bg-dark': darkModeActive}">
+      <rd-footer></rd-footer>
+    </div>
   </footer>
 
 </div>
 </mat-drawer-content>
-</mat-drawer-container>
\ No newline at end of file
+</mat-drawer-container>