UNPKG

@progress/kendo-angular-filter

Version:
46 lines (45 loc) 1.98 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./filter.component"; import * as i2 from "./filter-field.component"; import * as i3 from "./localization/custom-messages.component"; import * as i4 from "./templates/value-editor.template"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the Filter component. * * @example * * ```ts * // Import the Filter module * import { FilterModule } from '@progress/kendo-angular-filter'; * * // The browser platform with a compiler * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; * * import { NgModule } from '@angular/core'; * * // Import the app component * import { AppComponent } from './app.component'; * * // Define the app module * _@NgModule({ * declarations: [AppComponent], // declare app component * imports: [BrowserModule, FilterModule], // import Filter module * bootstrap: [AppComponent] * }) * export class AppModule { } * * // Compile and launch the module * platformBrowserDynamic().bootstrapModule(AppModule); * * ``` */ export declare class FilterModule { static ɵfac: i0.ɵɵFactoryDeclaration<FilterModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<FilterModule, never, [typeof i1.FilterComponent, typeof i2.FilterFieldComponent, typeof i3.CustomMessagesComponent, typeof i4.FilterValueEditorTemplateDirective], [typeof i1.FilterComponent, typeof i2.FilterFieldComponent, typeof i3.CustomMessagesComponent, typeof i4.FilterValueEditorTemplateDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<FilterModule>; }