UNPKG

ngx-tree-select

Version:

Angular component for select with tree items.

9 lines (8 loc) 255 B
import { OnDestroy, OnInit } from '@angular/core'; export declare class OffClickDirective implements OnInit, OnDestroy { private platformId; offClickHandler: any; constructor(platformId: string); ngOnInit(): any; ngOnDestroy(): any; }