UNPKG

693 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./typeahead-container.component";
4import * as i2 from "./typeahead.directive";
5import * as i3 from "@angular/common";
6export declare class TypeaheadModule {
7 static forRoot(): ModuleWithProviders<TypeaheadModule>;
8 static ɵfac: i0.ɵɵFactoryDeclaration<TypeaheadModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<TypeaheadModule, [typeof i1.TypeaheadContainerComponent, typeof i2.TypeaheadDirective], [typeof i3.CommonModule], [typeof i1.TypeaheadContainerComponent, typeof i2.TypeaheadDirective]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<TypeaheadModule>;
11}