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