@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
17 lines • 1.2 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { SearchConfig } from './search-config.model';
import * as i0 from "@angular/core";
import * as i1 from "@c8y/ngx-components";
import * as i2 from "@c8y/ngx-components/device-grid";
import * as i3 from "@c8y/ngx-components/data-grid-columns/asset-type";
import * as i4 from "./search-results.component";
import * as i5 from "./search-grid.component";
import * as i6 from "./search-action.component";
import * as i7 from "./search-custom-filters.component";
export declare class SearchModule {
static config(config?: SearchConfig): ModuleWithProviders<SearchModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SearchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SearchModule, never, [typeof i1.CoreModule, typeof i2.DeviceGridModule, typeof i1.CoreSearchModule, typeof i3.AssetTypeCellRendererComponent, typeof i4.SearchResultsComponent, typeof i5.SearchGridComponent, typeof i6.SearchActionComponent, typeof i7.SearchCustomFiltersComponent], [typeof i4.SearchResultsComponent, typeof i5.SearchGridComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SearchModule>;
}
//# sourceMappingURL=search.module.d.ts.map