ngx-bootstrap
Version:
Angular Bootstrap
13 lines (12 loc) • 858 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./bs-dropdown.directive";
import * as i2 from "./bs-dropdown-container.component";
import * as i3 from "./bs-dropdown-menu.directive";
import * as i4 from "./bs-dropdown-toggle.directive";
export declare class BsDropdownModule {
static forRoot(): ModuleWithProviders<BsDropdownModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BsDropdownModule, never, [typeof i1.BsDropdownDirective, typeof i2.BsDropdownContainerComponent, typeof i3.BsDropdownMenuDirective, typeof i4.BsDropdownToggleDirective], [typeof i3.BsDropdownMenuDirective, typeof i4.BsDropdownToggleDirective, typeof i1.BsDropdownDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BsDropdownModule>;
}