@syncfusion/ej2-angular-dropdowns
Version:
Essential JS 2 DropDown Components for Angular
14 lines (13 loc) • 659 B
TypeScript
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./dropdownlist.module";
export declare const VirtualScrollService: ValueProvider;
/**
* NgModule definition for the DropDownList component with providers.
*/
export declare class DropDownListAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownListModule], [typeof i2.DropDownListModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListAllModule>;
}