UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

9 lines (8 loc) 552 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; import { BsDropdownState } from './dropdown.state'; import * as i0 from "@angular/core"; export declare class BsDropdownMenuDirective { constructor(_state: BsDropdownState, _viewContainer: ViewContainerRef, _templateRef: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMenuDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<BsDropdownMenuDirective, "[mdbDropdownMenu],[dropdownMenu]", ["bs-dropdown-menu"], {}, {}, never, never, false, never>; }