diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2817ae9..9ef095a 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'my-control-panel'; + title = 'MyControlPanel'; }