UNPKG

ngx-bootstrap-treeview

Version:

Ngx Bootstrap Treeview - Simple library to visualize, search and interact with tree data

8 lines (7 loc) 348 B
import { NgZone } from '@angular/core'; import { EventManager } from '@angular/platform-browser'; export declare class NgxBootstrapTreeviewEventManagerService extends EventManager { private zone; constructor(plugins: any[], zone: NgZone); addEventListener(element: HTMLElement, eventName: string, handler: Function): Function; }