Fixed build error
This commit is contained in:
		@@ -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'])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user