UNPKG

@igo2/geo

Version:
22 lines (21 loc) 1.81 kB
import { ModuleWithProviders } from '@angular/core'; import { SearchBarComponent } from './search-bar/search-bar.component'; import { SearchSelectorComponent } from './search-selector/search-selector.component'; import { SearchSettingsComponent } from './search-settings/search-settings.component'; import { SearchPointerSummaryDirective } from './shared/search-pointer-summary.directive'; import * as i0 from "@angular/core"; import * as i1 from "./search-bar/search-bar.module"; import * as i2 from "./search-selector/search-selector.module"; import * as i3 from "./search-results/search-results.module"; import * as i4 from "./search-settings/search-settings.module"; import * as i5 from "./shared/search-pointer-summary.directive"; export declare const SEARCH_DIRECTIVES: readonly [typeof SearchBarComponent, typeof SearchSelectorComponent, typeof import("./search-results").SearchResultsComponent, typeof import("./search-results").SearchResultAddButtonComponent, typeof SearchSettingsComponent, typeof SearchPointerSummaryDirective]; export declare class IgoSearchModule { /** * @deprecated import the provideSearch() directly and add the source in the provider property */ static forRoot(): ModuleWithProviders<IgoSearchModule>; static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchModule, never, [typeof i1.IgoSearchBarModule, typeof i2.IgoSearchSelectorModule, typeof i3.IgoSearchResultsModule, typeof i4.IgoSearchSettingsModule, typeof i5.SearchPointerSummaryDirective], [typeof i1.IgoSearchBarModule, typeof i2.IgoSearchSelectorModule, typeof i3.IgoSearchResultsModule, typeof i4.IgoSearchSettingsModule, typeof i5.SearchPointerSummaryDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchModule>; }