UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

11 lines (8 loc) 200 B
import { ElementRef } from '@angular/core'; export interface DropdownMenuInterface { el:ElementRef; templateUrl:string; } export interface DropdownToggleInterface { el:ElementRef; }