Fixed build error
This commit is contained in:
parent
157026bcd1
commit
de4ef04c9f
@ -12,10 +12,10 @@ export class ToolbarComponent implements AfterViewInit {
|
|||||||
|
|
||||||
@Output() menuItemsChange = new EventEmitter<ToolbarItem[]>();
|
@Output() menuItemsChange = new EventEmitter<ToolbarItem[]>();
|
||||||
|
|
||||||
private maxMenuItems;
|
|
||||||
|
|
||||||
readonly version = version;
|
readonly version = version;
|
||||||
|
|
||||||
|
maxMenuItems = 0;
|
||||||
|
|
||||||
constructor() { }
|
constructor() { }
|
||||||
|
|
||||||
@HostListener('window:resize', ['$event'])
|
@HostListener('window:resize', ['$event'])
|
||||||
|
Loading…
Reference in New Issue
Block a user