Fixed: angular2 beta
This commit is contained in:
9
build/node_modules/ng2-bootstrap/components/dropdown/dropdown-menu.d.ts
generated
vendored
Normal file
9
build/node_modules/ng2-bootstrap/components/dropdown/dropdown-menu.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ElementRef, OnInit } from 'angular2/core';
|
||||
import { Dropdown } from './dropdown';
|
||||
export declare class DropdownMenu implements OnInit {
|
||||
dropdown: Dropdown;
|
||||
el: ElementRef;
|
||||
templateUrl: string;
|
||||
constructor(dropdown: Dropdown, el: ElementRef);
|
||||
ngOnInit(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user