UNPKG

angular-bootstrap-md

Version:

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

12 lines (11 loc) 794 B
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./dropdown-menu.directive"; import * as i2 from "./dropdown-toggle.directive"; import * as i3 from "./dropdown.directive"; export declare class DropdownModule { static forRoot(config?: any): ModuleWithProviders<DropdownModule>; static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.BsDropdownMenuDirective, typeof i2.BsDropdownToggleDirective, typeof i3.BsDropdownContainerComponent, typeof i3.BsDropdownDirective], never, [typeof i1.BsDropdownMenuDirective, typeof i2.BsDropdownToggleDirective, typeof i3.BsDropdownDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>; }