Fixed build error

This commit is contained in:
ztimson 2019-08-23 08:50:41 -04:00
parent 157026bcd1
commit de4ef04c9f

View File

@ -12,10 +12,10 @@ export class ToolbarComponent implements AfterViewInit {
@Output() menuItemsChange = new EventEmitter<ToolbarItem[]>();
private maxMenuItems;
readonly version = version;
maxMenuItems = 0;
constructor() { }
@HostListener('window:resize', ['$event'])