This commit is contained in:
crusader
2018-08-15 23:54:10 +09:00
parent 8f4d7ec895
commit f770a24a10
15 changed files with 37 additions and 36 deletions

View File

@@ -1,3 +0,0 @@
<div id="app-menu-bar" role="menubar" aria-label="Application menu">
</div>

View File

@@ -1,7 +1,7 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'of-app-menu-bar',
selector: 'app-menu-bar',
templateUrl: './app-menu-bar.component.html',
})
export class AppMenuBarComponent implements OnInit {