Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / app-alert / app-alert.component.ts
similarity index 96%
rename from webapp/src/app/alert/alert.component.ts
rename to webapp/src/app/app-alert/app-alert.component.ts
index 06c9bf5..e6fbd47 100644 (file)
@@ -16,7 +16,7 @@ import { AlertService, IAlert } from '../services/alert.service';
 `,
 })
 
-export class AlertComponent {
+export class AppAlertComponent {
 
     alerts$: Observable<IAlert[]>;