UNPKG

910 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./autocomplete.component";
3import * as i2 from "./autocomplete.directive";
4import * as i3 from "@angular/common";
5import * as i4 from "@angular/forms";
6import * as i5 from "../cdk/overlay/overlay.module";
7import * as i6 from "../card/card.module";
8import * as i7 from "../option/option-list.module";
9export declare class NbAutocompleteModule {
10 static ɵfac: i0.ɵɵFactoryDeclaration<NbAutocompleteModule, never>;
11 static ɵmod: i0.ɵɵNgModuleDeclaration<NbAutocompleteModule, [typeof i1.NbAutocompleteComponent, typeof i2.NbAutocompleteDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.NbOverlayModule, typeof i6.NbCardModule, typeof i7.NbOptionModule], [typeof i1.NbAutocompleteComponent, typeof i2.NbAutocompleteDirective, typeof i7.NbOptionModule]>;
12 static ɵinj: i0.ɵɵInjectorDeclaration<NbAutocompleteModule>;
13}