ing
This commit is contained in:
22
@overflow/commons/ui/component/menu/menu-bar.component.ts
Normal file
22
@overflow/commons/ui/component/menu/menu-bar.component.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-menu-bar',
|
||||
templateUrl: './menu-bar.component.html',
|
||||
})
|
||||
export class MenuBarComponent implements OnInit {
|
||||
|
||||
private style: string;
|
||||
private titleBarClass: string;
|
||||
private showTopResize: boolean;
|
||||
private showLeftResize: boolean;
|
||||
|
||||
constructor(
|
||||
) { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
onTitlebarDoubleClick() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user