X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fapp.component.ts;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fapp.component.ts;h=0000000000000000000000000000000000000000;hb=434326c60fb0434bda587102b4746173fe425dea;hp=9df7fc6e2ab62e7f638e30d35731e7c2d5b053dc;hpb=37827e492060182b32df67c2a538a29808fa5e17;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/app.component.ts b/blueprints/common/eliot-ui/frontend-src/src/app/app.component.ts deleted file mode 100644 index 9df7fc6..0000000 --- a/blueprints/common/eliot-ui/frontend-src/src/app/app.component.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Component } from '@angular/core'; -import { ToolbarService } from './toolbar/toolbar.service'; - -@Component({ - selector: 'app-root', - templateUrl: './app.component.html', - styleUrls: ['./app.component.scss'] -}) -export class AppComponent { - title = 'EliotUI'; - - constructor(public toolbarService: ToolbarService) {} - - ngOnInit() { - this.toolbarService.show(); - } - -}