angular-select-dropdown
Version:
A highly customizable and flexible dropdown select component for Angular applications. Ideal for creating dynamic select menus with search, filtering.
10 lines (9 loc) • 637 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/angular-select-dropdown.component";
import * as i2 from "./directives/click-outside.directive";
import * as i3 from "@angular/common";
export declare class AngularSelectDropdownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AngularSelectDropdownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularSelectDropdownModule, [typeof i1.AngularSelectDropdownComponent, typeof i2.ClickOutsideDirective], [typeof i3.CommonModule], [typeof i1.AngularSelectDropdownComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AngularSelectDropdownModule>;
}