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,7 +1,7 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'of-title-bar',
selector: 'app-title-bar',
templateUrl: './title-bar.component.html',
})
export class TitleBarComponent implements OnInit {