Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / app.component.ts
index 0d1ce12..b644ecd 100644 (file)
@@ -4,8 +4,7 @@ import { ConfigService, IConfig } from './services/config.service';
 
 @Component({
     selector: 'app-root',
-    templateUrl: 'app.component.html',
-    styleUrls: ['app.component.css']
+    templateUrl: 'app.component.html'
 })
 
 export class AppComponent implements OnInit, OnDestroy {