@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
26 lines • 1.67 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/cdk/a11y";
import * as i2 from "@angular/forms";
import * as i3 from "ngx-bootstrap/dropdown";
import * as i4 from "../common/common.module";
import * as i5 from "../select/select.module";
import * as i6 from "../list-group/list-group.module";
import * as i7 from "../device-status/device-status.module";
import * as i8 from "@angular/router";
import * as i9 from "./search-outlet.component";
import * as i10 from "./search.component";
import * as i11 from "./highlight.component";
import * as i12 from "./search-result-empty.component";
import * as i13 from "./search-input.component";
/**
* The angular module definition for the search.
* @exports SearchComponent
* @exports SearchOutletComponent
* @exports HighlightComponent A component to highlight search results.
*/
export declare class CoreSearchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CoreSearchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreSearchModule, never, [typeof i1.A11yModule, typeof i2.FormsModule, typeof i3.BsDropdownModule, typeof i4.CommonModule, typeof i5.SelectModule, typeof i6.ListGroupModule, typeof i7.DeviceStatusModule, typeof i8.RouterModule, typeof i9.SearchOutletComponent, typeof i10.SearchComponent, typeof i11.HighlightComponent, typeof i12.SearchResultEmptyComponent, typeof i13.SearchInputComponent], [typeof i9.SearchOutletComponent, typeof i10.SearchComponent, typeof i11.HighlightComponent, typeof i12.SearchResultEmptyComponent, typeof i13.SearchInputComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CoreSearchModule>;
}
//# sourceMappingURL=search.module.d.ts.map