ngx-bootstrap
Version:
Angular Bootstrap
14 lines (13 loc) • 916 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./bs-dropdown-menu.directive";
import * as i2 from "./bs-dropdown-toggle.directive";
import * as i3 from "./bs-dropdown-container.component";
import * as i4 from "./bs-dropdown.directive";
import * as i5 from "@angular/common";
export declare class BsDropdownModule {
static forRoot(): ModuleWithProviders<BsDropdownModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownModule, never>;
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]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BsDropdownModule>;
}