UNPKG

916 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./bs-dropdown-menu.directive";
4import * as i2 from "./bs-dropdown-toggle.directive";
5import * as i3 from "./bs-dropdown-container.component";
6import * as i4 from "./bs-dropdown.directive";
7import * as i5 from "@angular/common";
8export declare class BsDropdownModule {
9 static forRoot(): ModuleWithProviders<BsDropdownModule>;
10 static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownModule, never>;
11 static ɵmod: i0.ɵɵNgModuleDeclaration<BsDropdownModule, [typeof i1.BsDropdownMenuDirective, typeof i2.BsDropdownToggleDirective, typeof i3.BsDropdownContainerComponent, typeof i4.BsDropdownDirective], [typeof i5.CommonModule], [typeof i1.BsDropdownMenuDirective, typeof i2.BsDropdownToggleDirective, typeof i4.BsDropdownDirective]>;
12 static ɵinj: i0.ɵɵInjectorDeclaration<BsDropdownModule>;
13}